Versions in this module Expand all Collapse all v2 v2.0.0 Jul 18, 2024 Changes in this version + var ErrInvalidWitness = errors.New("invalid witness") + type Witness interface + Fill func(nbPublic, nbSecret int, values <-chan any) error + FromJSON func(s *schema.Schema, data []byte) error + Public func() (Witness, error) + ToJSON func(s *schema.Schema) ([]byte, error) + Vector func() any + func New(field *big.Int) (Witness, error) Other modules containing this package github.com/danivilardell/gnark