14 lines
330 B
Markdown
14 lines
330 B
Markdown
# Pallas Crypto
|
|
|
|
Crate with all the cryptographic material to support Cardano protocol:
|
|
|
|
- [x] Blake2b 256
|
|
- [x] Blake2b 224
|
|
- [x] Ed25519 asymmetric key pair and EdDSA
|
|
- [x] Ed25519 Extended asymmetric key pair
|
|
- [ ] Bip32-Ed25519 key derivation
|
|
- [ ] BIP39 mnemonics
|
|
- [x] VRF
|
|
- [x] KES
|
|
- [ ] SECP256k1
|
|
- [x] Nonce calculations
|