Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CoeffTable ¶ added in v0.7.0
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 ¶ added in v0.7.0
func NewCoeffTable() CoeffTable
 Click to show internal directories. 
   Click to hide internal directories.