mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add crate for working with short Weierstrass elliptic curves
This commit is contained in:
@@ -29,6 +29,7 @@ multiexp = { path = "../../crypto/multiexp", default-features = false, features
|
||||
schnorr-signatures = { path = "../../crypto/schnorr", default-features = false }
|
||||
|
||||
prime-field = { path = "../../crypto/prime-field", default-features = false, features = ["alloc"] }
|
||||
short-weierstrass = { path = "../../crypto/short-weierstrass", default-features = false, features = ["alloc"] }
|
||||
secq256k1 = { path = "../../crypto/evrf/secq256k1", default-features = false }
|
||||
embedwards25519 = { path = "../../crypto/evrf/embedwards25519", default-features = false }
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ pub use multiexp;
|
||||
pub use schnorr_signatures;
|
||||
|
||||
pub use prime_field;
|
||||
pub use short_weierstrass;
|
||||
pub use secq256k1;
|
||||
pub use embedwards25519;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user