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_3over2::Fp6
Type Aliasesยง
- Fp6Var
- A sextic extension field constructed as the tower of a
cubic extension over a quadratic extension field.
This is the R1CS equivalent of
ark_ff::fp6_3over3::Fp6<P>
.