Expand description
Interfaces for Plonk-based constraint systems
Re-exports§
pub use constraint_system::*;
Modules§
- constants
- Crate wide constants.
- constraint_
system - Definitions and constructions of plonk constraint system
- gadgets
- Gates and gadgets implementations
- gates
- Module for various circuit gates.
Enums§
- Circuit
Error - A
enum
specifying the possible failure modes of the circuit.