Module bn254

Source
Expand description

Types for BN254 curve with intrinsic functions.

Modules§

pairing

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.
Bn254Fp2
Quadratic extension field of #intmod_type with irreducible polynomial X^2 + 1. Elements are represented as c0 + c1 * u where u^2 = -1.
Bn254G1Affine
Bn254Scalar
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§

BN254_BLOCK_SIZE
BN254_LIMB_BITS
BN254_NUM_LIMBS
BN254_PSEUDO_BINARY_ENCODING
BN254_SEED
BN254_XI_ISIZE

Type Aliases§

Fp
Fp2
Fp12
G1Affine
Scalar