Add DKG example

This commit is contained in:
Luke Parker
2023-01-25 23:46:21 -05:00
parent d97890dee4
commit 8d1052f08f
5 changed files with 95 additions and 16 deletions

View File

@@ -32,6 +32,8 @@ ciphersuite = { path = "../ciphersuite", version = "0.1", features = ["std"] }
schnorr = { package = "schnorr-signatures", path = "../schnorr", version = "0.2" }
dleq = { path = "../dleq", version = "0.2", features = ["serialize"] }
tokio = { version = "1", features = ["full"] }
[dev-dependencies]
ciphersuite = { path = "../ciphersuite", version = "0.1", features = ["std", "ristretto"] }