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

add more comments to readme

This commit is contained in:
Pavol Rusnak 2013-08-21 18:07:02 +02:00
parent 32c9ff72a5
commit 1830c2066d

7
README
View File

@ -8,6 +8,9 @@ Distibuted under MIT License.
Notes
-----
a) random generator in rand.c is using stdlib's rand() function.
a) the signer only understands secp256k1 elliptic curve
b) random generator in rand.c is using stdlib's rand() function.
you should replace this code with one that uses a hardware random
generator of your microcontroller.
generator of your microcontroller in production.
(see speed-stm32/rand.c for such example)