Expand description
Types for BLS12-381 curve with intrinsic functions.
Structs§
- BLS12_
381_ MODULUS - BLS12_
381_ ORDER - Bls12_
381 - Bls12_
381Fp - An element of the ring of integers modulo a positive integer. The element is internally represented as a fixed size array of bytes.
- Bls12_
381Fp2 - Quadratic extension field of
#intmod_type
with irreducible polynomialX^2 + 1
. Elements are represented asc0 + c1 * u
whereu^2 = -1
. - Bls12_
381G1 Affine - Bls12_
381Scalar - An element of the ring of integers modulo a positive integer. The element is internally represented as a fixed size array of bytes.
- G2Affine
- 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§
- BLS12_
381_ BLOCK_ SIZE - BLS12_
381_ LIMB_ BITS - BLS12_
381_ NUM_ LIMBS - BLS12_
381_ PSEUDO_ BINARY_ ENCODING - BLS12_
381_ SEED_ ABS - BLS12_
381_ XI_ ISIZE