You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/README

19 lines
421 B

11 years ago
MicroECDSA
==========
Heavily optimized ECDSA (secp256k1) signer for embedded devices.
Distibuted under MIT License.
Notes
-----
a) the signer only understands secp256k1 elliptic curve
11 years ago
b) unit tests using Check (check.sf.net) are in tests.c
11 years ago
11 years ago
c) tests against OpenSSL are in test-openssl.c
d) directory speed-stm32 contains project for deploying the code
11 years ago
on STM32 microcontroller and checking signing speed there