Expand description
This module contains a generic implementation of the degree-4 tower
extension field. That is, it implements the R1CS equivalent of
ark_ff::Fp4
Type Aliasesยง
- Fp4Var
- A quartic extension field constructed as the tower of a
quadratic extension over a quadratic extension field.
This is the R1CS equivalent of
ark_ff::Fp4<P>
.