Trait snarkvm_fields::Fp12Parameters
source · pub trait Fp12Parameters: 'static + Send + Sync + Copy {
type Fp6Params: Fp6Parameters;
const FROBENIUS_COEFF_FP12_C1: [Fp2<<<Self as Fp12Parameters>::Fp6Params as Fp6Parameters>::Fp2Params>; 12];
}
Required Associated Types
type Fp6Params: Fp6Parameters
Required Associated Constants
sourceconst FROBENIUS_COEFF_FP12_C1: [Fp2<<<Self as Fp12Parameters>::Fp6Params as Fp6Parameters>::Fp2Params>; 12]
const FROBENIUS_COEFF_FP12_C1: [Fp2<<<Self as Fp12Parameters>::Fp6Params as Fp6Parameters>::Fp2Params>; 12]
Coefficients for the Frobenius automorphism.