Module ark_r1cs_std::fields::fp2

source ·
Expand description

This module contains a generic implementation of the degree-2 tower extension field. That is, it implements the R1CS equivalent of ark_ff::Fp2

Type Definitions

A quadratic extension field constructed over a prime field. This is the R1CS equivalent of ark_ff::Fp2<P>.