diff --git a/README b/README index 887c93aa5..db54e3eb1 100644 --- a/README +++ b/README @@ -10,14 +10,9 @@ Notes a) the signer only understands secp256k1 elliptic curve -b) there are executables: - * test-rfc6979 - - check RFC 6979 algorithm for generating deterministic K - * test-speed - - check signing speed (sign 100x and compute speed from duration) - * test-verify - - generate random messages and private keys - - check signature validity against OpenSSL (call verify method) +b) unit tests using Check (check.sf.net) are in tests.c -c) directory speed-stm32 contains project for deploying the code +c) tests against OpenSSL are in test-openssl.c + +d) directory speed-stm32 contains project for deploying the code on STM32 microcontroller and checking signing speed there