mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Do the minimal amount of work for dkg to compile under no-std
The Substrate runtime requires access to the MuSig key aggregation function. \#279 related.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2032,6 +2032,7 @@ dependencies = [
|
||||
"rand_core 0.6.4",
|
||||
"schnorr-signatures",
|
||||
"serde",
|
||||
"std-shims",
|
||||
"thiserror",
|
||||
"zeroize",
|
||||
]
|
||||
@@ -8775,6 +8776,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"ciphersuite",
|
||||
"dalek-ff-group",
|
||||
"dkg",
|
||||
"flexible-transcript",
|
||||
"minimal-ed448",
|
||||
"monero-generators",
|
||||
|
||||
Reference in New Issue
Block a user