Coordinator Batch signing test

This commit is contained in:
Luke Parker
2023-08-24 23:48:50 -04:00
parent d3093c92dc
commit 2702384c70
6 changed files with 443 additions and 186 deletions

View File

@@ -17,8 +17,10 @@ rustdoc-args = ["--cfg", "docsrs"]
hex = "0.4"
zeroize = { version = "1", default-features = false }
rand_core = { version = "0.6", default-features = false }
ciphersuite = { path = "../../crypto/ciphersuite", default-features = false, features = ["ristretto"] }
schnorrkel = { git = "https://github.com/serai-dex/schnorrkel" }
dkg = { path = "../../crypto/dkg", default-features = false, features = ["tests"] }
messages = { package = "serai-processor-messages", path = "../../processor/messages" }