Struct ark_bn254::g2::Parameters [−][src]
pub struct Parameters;
Trait Implementations
Returns the “default value” for a type. Read more
type ScalarField = Fr
COEFF_B = 3/(u+9) = (19485874751759354771024239261021720505790618469301721065564631296452457478373, 266929791119991161246907387137283842545076965332900288569378510910307636690)
COFACTOR = (36 * X^4) + (36 * X^3) + (30 * X^2) + 6*X + 1 = 21888242871839275222246405745257275088844257914179612981679871602714643921549
COFACTOR_INV = COFACTOR^{-1} mod r
AFFINE_GENERATOR_COEFFS = (G2_GENERATOR_X, G2_GENERATOR_Y)
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V