Expand description
This module contains a generic implementation of the degree-6 tower
extension field. That is, it implements the R1CS equivalent of
ark_ff::fp6_2over3::Fp6
Type Aliasesยง
- Fp6Var
- A sextic extension field constructed as the tower of a
quadratic extension over a cubic extension field.
This is the R1CS equivalent of
ark_ff::fp6_2over3::Fp6<P>
.