Expand description
Tools for developing circuits.
Re-exports§
pub use cost::CircuitCost;
Modules§
Structs§
- Circuit
Gates - A struct for collecting and displaying the gates within a circuit.
- Mock
Prover - A test prover for debugging circuits.
Enums§
- Failure
Location - The location within the circuit at which a particular
VerifyFailure
occurred. - Verify
Failure - The reasons why a particular circuit is not satisfied.