pub type Fq12 = Fp12<Fq12Config>;Aliased Type§
struct Fq12 {
pub c0: CubicExtField<Fp6ConfigWrapper<Fq6Config>>,
pub c1: CubicExtField<Fp6ConfigWrapper<Fq6Config>>,
}Fields§
§c0: CubicExtField<Fp6ConfigWrapper<Fq6Config>>Coefficient c0 in the representation of the field element c = c0 + c1 * X
c1: CubicExtField<Fp6ConfigWrapper<Fq6Config>>Coefficient c1 in the representation of the field element c = c0 + c1 * X