Type Alias ark_bls12_381_ext::Fq12

source ·
pub type Fq12 = QuadExtField<Fp12ConfigWrapper<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