Expand description
Definitions and constructions of plonk constraint system
Structs§
- BoolVar
- An index to a witness value of boolean type.
- Plonk
Circuit - A specific Plonk circuit instantiation.
Enums§
- Mergeable
Circuit Type - Enum for each type of mergeable circuit. We can only merge circuits from different types.
- Plonk
Type - Enum for each type of Plonk scheme.
Traits§
- Arithmetization
- An interface that transforms Plonk circuits to polynomial used by Plonk-based SNARKs.
- Circuit
- An interface for Plonk constraint systems.