feat(crypto): Add Key Evolving Signatures (KES)
This commit is contained in:
parent
05f8b2bd07
commit
4871342a8d
11 changed files with 217 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue