Bind the signature scheme for tendermint-machine

This commit is contained in:
Luke Parker
2023-04-12 16:06:14 -04:00
parent 8c8232516d
commit 86cbf6e02e
3 changed files with 135 additions and 1 deletions

View File

@@ -8,12 +8,15 @@ authors = ["Luke Parker <lukeparker5132@gmail.com>"]
edition = "2021"
[dependencies]
async-trait = "0.1"
thiserror = "1"
subtle = "^2"
zeroize = { version = "^1.5", optional = true }
rand_core = { version = "0.6", optional = true }
blake2 = "0.10"
transcript = { package = "flexible-transcript", path = "../../crypto/transcript", features = ["recommended"] }
ciphersuite = { package = "ciphersuite", path = "../../crypto/ciphersuite", features = ["ristretto"] }
schnorr = { package = "schnorr-signatures", path = "../../crypto/schnorr" }