Type Alias ark_bw6_761_ext::Fq6

source ·
pub type Fq6 = QuadExtField<Fp6ConfigWrapper<Fq6Config>>;

Aliased Type§

struct Fq6 {
    pub c0: CubicExtField<Fp3ConfigWrapper<Fq3Config>>,
    pub c1: CubicExtField<Fp3ConfigWrapper<Fq3Config>>,
}

Fields§

§c0: CubicExtField<Fp3ConfigWrapper<Fq3Config>>

Coefficient c0 in the representation of the field element c = c0 + c1 * X

§c1: CubicExtField<Fp3ConfigWrapper<Fq3Config>>

Coefficient c1 in the representation of the field element c = c0 + c1 * X