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:
parent
32c9ff72a5
commit
1830c2066d
7
README
7
README
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user