ark_bn254::fq12

Type Alias Fq12

Source
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