mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
update readme for sources
This commit is contained in:
parent
2ae032adbb
commit
ea227fd805
14
README.md
14
README.md
@ -18,10 +18,22 @@ These include:
|
||||
- HMAC-SHA256 and HMAC-SHA512
|
||||
- PBKDF2
|
||||
- RIPEMD-160
|
||||
- SHA256/SHA512
|
||||
- SHA1
|
||||
- SHA2-256/SHA2-512
|
||||
- SHA3/Keccak
|
||||
- BLAKE2s/BLAKE2b
|
||||
- unit tests (using Check - check.sf.net; in tests.c)
|
||||
- tests against OpenSSL (in test-openssl.c)
|
||||
|
||||
Distibuted under MIT License.
|
||||
|
||||
## Some parts of the library come from external sources:
|
||||
|
||||
- AES: https://github.com/BrianGladman/aes
|
||||
- Base58: https://github.com/luke-jr/libbase58
|
||||
- BLAKE2s/BLAKE2b: https://github.com/BLAKE2/BLAKE2
|
||||
- RIPEMD-160: https://github.com/ARMmbed/mbedtls
|
||||
- SHA1/SHA2: http://www.aarongifford.com/computers/sha.html
|
||||
- SHA3: https://github.com/rhash/RHash
|
||||
- Curve25519: https://github.com/agl/curve25519-donna
|
||||
- Ed25519: https://github.com/floodyberry/ed25519-donna
|
||||
|
Loading…
Reference in New Issue
Block a user