Expand description
Types for BN254 curve with intrinsic functions.
Modules§
Structs§
- BN254_
MODULUS - BN254_
ORDER - Bn254
- Bn254Fp
- An element of the ring of integers modulo a positive integer. The element is internally represented as a fixed size array of bytes.
- Bn254
Fp2 - Quadratic extension field of
#intmod_type
with irreducible polynomialX^2 + 1
. Elements are represented asc0 + c1 * u
whereu^2 = -1
. - Bn254
G1Affine - Bn254
Scalar - 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.