Struct ark_bn254::Fq2Parameters [−][src]
pub struct Fq2Parameters;
Trait Implementations
NONRESIDUE = -1
QUADRATIC_NONRESIDUE = U+2
Coefficients for the Frobenius automorphism.
Return fe * Self::NONRESIDUE
.
A specializable method for computing x + mul_base_field_by_nonresidue(y)
This allows for optimizations when the non-residue is
canonically negative in the field. Read more
A specializable method for computing x + y + mul_base_field_by_nonresidue(y)
This allows for optimizations when the non-residue is not -1
. Read more