Struct ark_mnt4_298::Fq2Parameters[][src]

pub struct Fq2Parameters;

Trait Implementations

The quadratic non-residue (17) used to construct the extension is the same as that used in libff.

The quadratic non-residue in Fp2 that is used in the computation of square roots is (8, 1), the same as that in libff

Precomputed coefficients: [1, 475922286169261325753349249653048451545124879242694725395555128576210262817955800483758080]

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

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.