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

19 lines
421 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
-----
2013-08-21 16:07:02 +00:00
a) the signer only understands secp256k1 elliptic curve
2013-09-23 19:15:25 +00:00
b) unit tests using Check (check.sf.net) are in tests.c
2013-08-21 18:05:25 +00:00
2013-09-23 19:15:25 +00:00
c) tests against OpenSSL are in test-openssl.c
d) directory speed-stm32 contains project for deploying the code
2013-08-21 18:05:25 +00:00
on STM32 microcontroller and checking signing speed there