mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
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
|