Module ark_r1cs_std::fields::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 Definitions

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