Expand description
This module contains a generic implementation of the degree-3 tower
extension field. That is, it implements the R1CS equivalent of
ark_ff::Fp3
Type Aliasesยง
- A cubic extension field constructed over a prime field. This is the R1CS equivalent of
ark_ff::Fp3<P>
.