Update the coordinator binary for the new DKG

This does not yet update any tests.
This commit is contained in:
Luke Parker
2024-08-04 04:48:12 -04:00
parent 58a435d4e9
commit 54eefbde0c
17 changed files with 401 additions and 952 deletions

View File

@@ -20,6 +20,7 @@ workspace = true
async-trait = { version = "0.1", default-features = false }
zeroize = { version = "^1.5", default-features = false, features = ["std"] }
bitvec = { version = "1", default-features = false, features = ["std"] }
rand_core = { version = "0.6", default-features = false, features = ["std"] }
blake2 = { version = "0.10", default-features = false, features = ["std"] }