feat(crypto): Add Key Evolving Signatures (KES)

This commit is contained in:
Andrew Westberg 2024-10-03 14:02:36 +00:00
parent 33b076ad23
commit 7d79407163
11 changed files with 217 additions and 18 deletions

View file

@ -9,6 +9,6 @@ Crate with all the cryptographic material to support Cardano protocol:
- [ ] Bip32-Ed25519 key derivation
- [ ] BIP39 mnemonics
- [x] VRF
- [ ] KES
- [x] KES
- [ ] SECP256k1
- [x] Nonce calculations