pub type Fp4<P> = QuadExtField<Fp4ConfigWrapper<P>>;
Aliased Type§
struct Fp4<P> {
pub c0: <Fp4ConfigWrapper<P> as QuadExtConfig>::BaseField,
pub c1: <Fp4ConfigWrapper<P> as QuadExtConfig>::BaseField,
}
Fields§
§c0: <Fp4ConfigWrapper<P> as QuadExtConfig>::BaseField
Coefficient c0
in the representation of the field element c = c0 + c1 * X
c1: <Fp4ConfigWrapper<P> as QuadExtConfig>::BaseField
Coefficient c1
in the representation of the field element c = c0 + c1 * X