Signature
Trait functions
eval
Evaluates the circuit with the given modulus.Arguments
modulus
- The modulus to use for arithmetic operations
Returns
Result containing either the circuit outputs or a failure indicationSignature
eval_ex
Evaluates the circuit with an explicit descriptor and modulus.Arguments
descriptor
- The circuit descriptormodulus
- The modulus to use for arithmetic operations