# Functions
FromInterface converts an interface to a big.Int element interface must implement ToBigIntRegular(res *big.Int) *big.Int (which is the case for field generated by goff) or be uint64, int, string, []byte or big.Int it panics if the input is invalid.
# Variables
ErrInputNotSet can be generated when solving the R1CS (a missing assignment) or running a Verifier.
ErrUnsatisfiedConstraint can be generated when solving a R1CS.
# Structs
LogEntry is used as a shared data structure between the frontend and the backend to represent string values (in logs or debug info) where a value is not known at compile time (which is the case for variables that need to be resolved in the R1CS).
# Type aliases
Visibility encodes a Variable (or wire) visibility Possible values are Unset, Internal, Secret or Public.