mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
add note about RNG
This commit is contained in:
parent
ccbc219b29
commit
3645df58e1
7
README
7
README
@ -4,3 +4,10 @@ MicroECDSA
|
|||||||
Heavily optimized ECDSA (secp256k1) signer for embedded devices.
|
Heavily optimized ECDSA (secp256k1) signer for embedded devices.
|
||||||
|
|
||||||
Distibuted under MIT License.
|
Distibuted under MIT License.
|
||||||
|
|
||||||
|
Notes
|
||||||
|
-----
|
||||||
|
|
||||||
|
a) 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user