mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
speed-stm32 | ||
.gitignore | ||
AUTHORS | ||
aux.c | ||
aux.h | ||
ecdsa.c | ||
ecdsa.h | ||
LICENSE | ||
Makefile | ||
rand.c | ||
rand.h | ||
README | ||
secp256k1.c | ||
secp256k1.h | ||
sha256.c | ||
sha256.h | ||
test-speed.c | ||
test-verify.c |
MicroECDSA ========== Heavily optimized ECDSA (secp256k1) signer for embedded devices. 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.