Expand description
Definitions and constructions of plonk constraint system
Structs§
- An index to a witness value of boolean type.
- A specific Plonk circuit instantiation.
Enums§
- Enum for each type of mergeable circuit. We can only merge circuits from different types.
- Enum for each type of Plonk scheme.
Traits§
- An interface that transforms Plonk circuits to polynomial used by Plonk-based SNARKs.
- An interface for Plonk constraint systems.
Type Aliases§
- An index to a gate in circuit.
- An index to one of the witness values.
- An index to the type of gate wires. There are 4 different types of input gate wires (with indices 0..3), 1 type of output gate wires (with index 4), and 1 type of lookup gate wires (with index 5).