Expand description
Low-level native types used within the crate::circuit module for representing ACIR.
Modulesยง
- expression ๐
- witness ๐
- witness_
map ๐ - witness_
stack ๐
Structsยง
- An expression representing a quadratic polynomial.
- An index that represents the position a witness value will take
- A map from the witnesses in a constraint system to the field element values
- An ordered set of witness maps for separate circuits
- Native error for serializing/deserializing a witness stack.