1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-10 09:58:59 +00:00
trezor-firmware/README

14 lines
305 B
Plaintext
Raw Normal View History

2013-08-17 12:20:15 +00:00
MicroECDSA
==========
Heavily optimized ECDSA (secp256k1) signer for embedded devices.
Distibuted under MIT License.
2013-08-17 12:28:45 +00:00
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.