Expand description
Implementations of elliptic curve group arithmetic for popular curve models.
Re-exports§
pub use self::curves::short_weierstrass::bls12;
pub use self::curves::short_weierstrass::mnt4;
pub use self::curves::short_weierstrass::mnt6;
Modules§
- This module contains implementations of arithmetic for various curve models.
Traits§
- A variable that represents a curve point for the curve
C
. - A hack used to work around the lack of implied bounds.