Re-exports§
pub use blsful;pub use blstrs_plus;pub use curve25519_dalek;pub use decaf377;pub use ed448_goldilocks;pub use jubjub;pub use k256;pub use p256;pub use p384;pub use pasta;pub use vsss_rs;pub use elliptic_curve;pub use elliptic_curve::ff;pub use elliptic_curve::group;
Modules§
- curve25519
- Curve25519 is not a prime order curve
Since this crate relies on the ff::PrimeField
and Curve25519 does work with secret sharing schemes
This code wraps the Ristretto points and scalars in a facade
to be compliant to work with this library.
The intent is the consumer will not have to use these directly since
the wrappers implement the
FromandIntotraits. - pallas
- The Pallas and iso-Pallas elliptic curve groups.
- vesta
- The Vesta and iso-Vesta elliptic curve groups.