pub type GT<P> = Fp4<P>;
Aliased Type§
struct GT<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