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

This commit is contained in:
Andrew Westberg 2024-10-03 14:02:36 +00:00
parent 05f8b2bd07
commit 4871342a8d
11 changed files with 217 additions and 18 deletions

View file

@ -16,6 +16,6 @@ pallas-crypto = { version = "=0.30.2", path = "../pallas-crypto" }
pallas-codec = { version = "=0.30.2", path = "../pallas-codec" }
base58 = "0.2.0"
bech32 = "0.9.1"
thiserror = "1.0.31"
thiserror = "1.0"
crc = "3.0.1"
cryptoxide = "0.4"