ark_test_curves

Type Alias Fp12

Source
pub type Fp12<P> = QuadExtField<Fp12ConfigWrapper<P>>;

Aliased Type§

struct Fp12<P> {
    pub c0: <Fp12ConfigWrapper<P> as QuadExtConfig>::BaseField,
    pub c1: <Fp12ConfigWrapper<P> as QuadExtConfig>::BaseField,
}

Fields§

§c0: <Fp12ConfigWrapper<P> as QuadExtConfig>::BaseField

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

§c1: <Fp12ConfigWrapper<P> as QuadExtConfig>::BaseField

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