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