Trait snarkvm_wasm::Fp2Parameters [−][src]
Associated Types
type Fp: PrimeField[src]
Associated Constants
pub const FROBENIUS_COEFF_FP2_C1: [Self::Fp; 2][src]
Coefficients for the Frobenius automorphism.
pub const NONRESIDUE: Self::Fp[src]
pub const QUADRATIC_NONRESIDUE: (Self::Fp, Self::Fp)[src]
Provided methods
pub fn mul_fp_by_nonresidue(fe: &Self::Fp) -> Self::Fp[src]
Implementors
impl Fp2Parameters for Fq2Parameters[src]
type Fp = Fp384<FqParameters>
pub const FROBENIUS_COEFF_FP2_C1: [Fp384<FqParameters>; 2][src]
Coefficients for the Frobenius automorphism.
pub const NONRESIDUE: Fp384<FqParameters>[src]
NONRESIDUE = -5
pub const QUADRATIC_NONRESIDUE: (Fp384<FqParameters>, Fp384<FqParameters>)[src]
QUADRATIC_NONRESIDUE = U
pub fn mul_fp_by_nonresidue(
fe: &<Fq2Parameters as Fp2Parameters>::Fp
) -> <Fq2Parameters as Fp2Parameters>::Fp[src]
fe: &<Fq2Parameters as Fp2Parameters>::Fp
) -> <Fq2Parameters as Fp2Parameters>::Fp