Expand description
Types for BN254 curve with intrinsic functions.
Modules§
Structs§
- Quadratic extension field of
#intmod_type
with irreducible polynomialX^2 + 1
. Elements are represented asc0 + c1 * u
whereu^2 = -1
. - A newtype wrapper for AffinePoint that implements elliptic curve operations by using the underlying field operations according to the formulas for short Weierstrass curves.