pub trait Fp12Parameters:
'static
+ Copy
+ Clone
+ Debug
+ Default
+ PartialEq
+ Eq
+ Hash
+ Send
+ Sync {
type Fp6Params: Fp6Parameters;
const FROBENIUS_COEFF_FP12_C1: [Fp2<<<Self as Fp12Parameters>::Fp6Params as Fp6Parameters>::Fp2Params>; 12];
}
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.
Required Associated Types§
type Fp6Params: Fp6Parameters
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.