1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00
trezor-firmware/README

19 lines
513 B
Plaintext
Raw Normal View History

trezor-crypto
=============
2013-08-17 12:20:15 +00:00
Heavily optimized cryptography algorithms for embedded devices.
2013-08-17 12:20:15 +00:00
These include:
- Big Number (256 bit) Arithmetics
- BIP32 Hierarchical Deterministic Wallets
- Blowfish encrypt/decrypt
- ECDSA signer/verifier (only secp256k1 curve)
- ECDSA public key derivation and Base58 address representation
- HMAC-SHA256 and HMAC-SHA512
- RIPEMD-160
- SHA256/SHA512
- unit tests (using Check - check.sf.net; in tests.c)
- tests against OpenSSL (in test-openssl.c)
2013-08-21 16:07:02 +00:00
Distibuted under MIT License.