pub type Fq2 = Fp2<Fq2Config>;
Aliased Type§
struct Fq2 {
pub c0: Fp<MontBackend<FqConfig, 4>, 4>,
pub c1: Fp<MontBackend<FqConfig, 4>, 4>,
}
Fields§
§c0: Fp<MontBackend<FqConfig, 4>, 4>
Coefficient c0
in the representation of the field element c = c0 + c1 * X
c1: Fp<MontBackend<FqConfig, 4>, 4>
Coefficient c1
in the representation of the field element c = c0 + c1 * X