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>::BaseFieldCoefficient c0 in the representation of the field element c = c0 + c1 * X
c1: <Fp4ConfigWrapper<P> as QuadExtConfig>::BaseFieldCoefficient c1 in the representation of the field element c = c0 + c1 * X