mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Remove dleq, dkg-promote, dkg-pedpop per #597
Does not move them to a new repository at this time.
This commit is contained in:
@@ -26,7 +26,6 @@ ciphersuite = { path = "../../crypto/ciphersuite", default-features = false, fea
|
||||
|
||||
multiexp = { path = "../../crypto/multiexp", default-features = false, features = ["batch"] }
|
||||
|
||||
dleq = { path = "../../crypto/dleq", default-features = false }
|
||||
schnorr-signatures = { path = "../../crypto/schnorr", default-features = false }
|
||||
|
||||
secq256k1 = { path = "../../crypto/evrf/secq256k1", default-features = false }
|
||||
|
||||
@@ -9,7 +9,6 @@ pub use ciphersuite;
|
||||
|
||||
pub use multiexp;
|
||||
|
||||
pub use dleq;
|
||||
pub use schnorr_signatures;
|
||||
|
||||
pub use secq256k1;
|
||||
|
||||
Reference in New Issue
Block a user