Versions in this module Expand all Collapse all v2 v2.0.0 Jul 18, 2024 Changes in this version + func GetHashBuilder(name string) (func() hash.Hash, error) + func GkrProveHint(hashName string, data *GkrSolvingData) hint.Hint + func GkrSolveHint(info constraint.GkrInfo, solvingData *GkrSolvingData) hint.Hint + func RegisterHashBuilder(name string, builder func() hash.Hash) + type CoeffTable struct + Coefficients []fr.Element + func (ct *CoeffTable) AddCoeff(coeff constraint.Element) uint32 + func (ct *CoeffTable) CoeffToString(cID int) string + func (ct *CoeffTable) MakeTerm(coeff constraint.Element, variableID int) constraint.Term + type GkrSolvingData struct + type R1CS = system + func NewR1CS(capacity int) *R1CS + type R1CSSolution struct + A fr.Vector + B fr.Vector + C fr.Vector + W fr.Vector + func (t *R1CSSolution) ReadFrom(r io.Reader) (int64, error) + func (t *R1CSSolution) WriteTo(w io.Writer) (int64, error) + type SparseR1CS = system + func NewSparseR1CS(capacity int) *SparseR1CS + type SparseR1CSSolution struct + L fr.Vector + O fr.Vector + R fr.Vector + func (t *SparseR1CSSolution) ReadFrom(r io.Reader) (int64, error) + func (t *SparseR1CSSolution) WriteTo(w io.Writer) (int64, error) + type UnsatisfiedConstraintError struct + CID int + DebugInfo *string + Err error + func (r *UnsatisfiedConstraintError) Error() string Other modules containing this package github.com/danivilardell/gnark