Type Alias ark_bls12_381_ext::Fq2

source ·
pub type Fq2 = QuadExtField<Fp2ConfigWrapper<Fq2Config>>;

Aliased Type§

struct Fq2 {
    pub c0: Fp<MontBackend<FqConfig, 6>, 6>,
    pub c1: Fp<MontBackend<FqConfig, 6>, 6>,
}

Fields§

§c0: Fp<MontBackend<FqConfig, 6>, 6>

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

§c1: Fp<MontBackend<FqConfig, 6>, 6>

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