Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CoeffTable ¶
type CoeffTable struct { // Coefficients in the constraints Coeffs []big.Int // list of unique coefficients. CoeffsIDsLarge map[string]int // map to check existence of a coefficient (key = coeff.Bytes()) CoeffsIDsInt64 map[int64]int // map to check existence of a coefficient (key = int64 value) }
CoeffTable helps build a constraint system but need not be serialized after compilation
func NewCoeffTable ¶
func NewCoeffTable() CoeffTable
Click to show internal directories.
Click to hide internal directories.