mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
speed-stm32 | ||
.gitignore | ||
AUTHORS | ||
bignum.c | ||
bignum.h | ||
bip32.c | ||
bip32.h | ||
ecdsa.c | ||
ecdsa.h | ||
hmac.c | ||
hmac.h | ||
LICENSE | ||
Makefile | ||
rand.c | ||
rand.h | ||
README | ||
ripemd160.c | ||
ripemd160.h | ||
secp256k1.c | ||
secp256k1.h | ||
sha2.c | ||
sha2.h | ||
test-openssl.c | ||
tests.c |
MicroECDSA ========== Heavily optimized ECDSA (secp256k1) signer for embedded devices. Distibuted under MIT License. Notes ----- a) the signer only understands secp256k1 elliptic curve b) unit tests using Check (check.sf.net) are in tests.c c) tests against OpenSSL are in test-openssl.c d) directory speed-stm32 contains project for deploying the code on STM32 microcontroller and checking signing speed there