1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00

alter readme

This commit is contained in:
Pavol Rusnak 2013-09-23 21:15:25 +02:00
parent 896905c5c8
commit dfdcdfa044

13
README
View File

@ -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