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

@ -20,6 +20,8 @@ thiserror = "1.0"
rand_core = "0.6"
pallas-codec = { version = "=0.30.2", path = "../pallas-codec" }
serde = "1.0.143"
kes-summed-ed25519 = { git = "https://github.com/txpipe/kes", rev = "f69fb357d46f6a18925543d785850059569d7e78" }
zeroize = "1.8.1"
# The vrf crate has not been fully tested in production environments and still has several upstream issues that
# are open PRs but not merged yet.
@ -30,4 +32,4 @@ itertools = "0.13"
quickcheck = "1.0"
quickcheck_macros = "1.0"
rand = "0.8"
serde_test = "1.0.143"
serde_test = "1.0.143"