Module fp3

Source
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ยง

Fp3Var
A cubic extension field constructed over a prime field. This is the R1CS equivalent of ark_ff::Fp3<P>.