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§
- curves
- This module contains implementations of arithmetic for various curve models.
Traits§
- Curve
Var - A variable that represents a curve point for
the curve
C
. - Group
OpsBounds - A hack used to work around the lack of implied bounds.