1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 12:28:09 +00:00

mention Ed25519 in the readme

This commit is contained in:
Pavol Rusnak 2016-04-26 02:15:43 +02:00
parent 5c4e131ada
commit 76142522e9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -13,6 +13,7 @@ These include:
- ECDSA signing/verifying (supports secp256k1 and nist256p1 curves, - ECDSA signing/verifying (supports secp256k1 and nist256p1 curves,
uses RFC6979 for deterministic signatures) uses RFC6979 for deterministic signatures)
- ECDSA public key derivation + Base58 address representation - ECDSA public key derivation + Base58 address representation
- Ed25519 signing/verifying
- HMAC-SHA256 and HMAC-SHA512 - HMAC-SHA256 and HMAC-SHA512
- PBKDF2 - PBKDF2
- RIPEMD-160 - RIPEMD-160