Perform MuSig signing of generated keys

This commit is contained in:
Luke Parker
2023-08-14 06:08:55 -04:00
parent 6b41c91dc2
commit 5e02f936e4
12 changed files with 653 additions and 175 deletions

3
Cargo.lock generated
View File

@@ -8001,6 +8001,7 @@ dependencies = [
"ciphersuite",
"env_logger",
"flexible-transcript",
"frost-schnorrkel",
"futures",
"hex",
"lazy_static",
@@ -8008,6 +8009,7 @@ dependencies = [
"log",
"modular-frost",
"parity-scale-codec",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
"schnorr-signatures",
"serai-client",
@@ -8017,6 +8019,7 @@ dependencies = [
"serai-processor-messages",
"serde_json",
"sp-application-crypto",
"sp-runtime",
"tokio",
"tributary-chain",
"zeroize",