mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add dealer key generation crate
This commit is contained in:
@@ -31,6 +31,7 @@ schnorr-signatures = { path = "../../crypto/schnorr", default-features = false }
|
||||
|
||||
dkg = { path = "../../crypto/dkg", default-features = false }
|
||||
dkg-recovery = { path = "../../crypto/dkg/recovery", default-features = false }
|
||||
dkg-dealer = { path = "../../crypto/dkg/dealer", default-features = false }
|
||||
dkg-musig = { path = "../../crypto/dkg/musig", default-features = false }
|
||||
# modular-frost = { path = "../../crypto/frost", default-features = false }
|
||||
# frost-schnorrkel = { path = "../../crypto/schnorrkel", default-features = false }
|
||||
|
||||
@@ -14,6 +14,7 @@ pub use schnorr_signatures;
|
||||
|
||||
pub use dkg;
|
||||
pub use dkg_recovery;
|
||||
pub use dkg_dealer;
|
||||
pub use dkg_musig;
|
||||
/*
|
||||
pub use modular_frost;
|
||||
|
||||
Reference in New Issue
Block a user