Trait ark_ff::fields::models::fp12_2over3over2::Fp12Config
source · pub trait Fp12Config: 'static + Send + Sync + Copy {
type Fp6Config: Fp6Config;
const NONRESIDUE: Fp6<Self::Fp6Config>;
const FROBENIUS_COEFF_FP12_C1: &'static [Fp2<<<Self as Fp12Config>::Fp6Config as Fp6Config>::Fp2Config>];
// Provided method
fn mul_fp6_by_nonresidue_in_place(
fe: &mut Fp6<Self::Fp6Config>
) -> &mut Fp6<Self::Fp6Config> { ... }
}
Required Associated Types§
Required Associated Constants§
sourceconst NONRESIDUE: Fp6<Self::Fp6Config>
const NONRESIDUE: Fp6<Self::Fp6Config>
This must equal (0, 1, 0); see [DESD06, Section 6.1].
sourceconst FROBENIUS_COEFF_FP12_C1: &'static [Fp2<<<Self as Fp12Config>::Fp6Config as Fp6Config>::Fp2Config>]
const FROBENIUS_COEFF_FP12_C1: &'static [Fp2<<<Self as Fp12Config>::Fp6Config as Fp6Config>::Fp2Config>]
Coefficients for the Frobenius automorphism.