Module cubic_extension

Source
Expand description

This module contains a generic implementation of cubic extension field variables. That is, it implements the R1CS equivalent of ark_ff::CubicExtField.

Structs§

CubicExtVar
This struct is the R1CS equivalent of the cubic extension field type in ark-ff, i.e. ark_ff::CubicExtField.

Traits§

CubicExtVarConfig
This trait describes parameters that are used to implement arithmetic for CubicExtVar.