Expand description
Types for BLS12-381 curve with intrinsic functions.
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.
Constants§
Type Aliases§
- Affine point representation of
Fp
points of BLS12-381. Note: an instance of this type may be constructed that lies on the curve but not necessarily in the prime order subgroup because the group has cofactors.