Update everything which uses dkg to the new APIs

This commit is contained in:
Luke Parker
2025-08-18 02:21:31 -04:00
parent b6edc94bcd
commit 72e80c1a3d
11 changed files with 29 additions and 14 deletions

3
Cargo.lock generated
View File

@@ -8483,6 +8483,7 @@ dependencies = [
"ciphersuite",
"const-hex",
"dalek-ff-group",
"dkg-pedpop",
"dockertest",
"env_logger",
"ethereum-serai",
@@ -8667,7 +8668,7 @@ version = "0.1.0"
dependencies = [
"borsh",
"ciphersuite",
"dkg",
"dkg-musig",
"parity-scale-codec",
"scale-info",
"serai-primitives",