Module halo2_proofs::dev
source · Expand description
Tools for developing circuits.
Modules§
- The cost estimator takes high-level parameters for a circuit design, and estimates the verification cost, as well as resulting proof size.
- Metadata about circuits.
Structs§
- Graphical renderer for circuit layouts.
- A test prover for debugging circuits.
Enums§
- The value of a particular cell within the circuit.
- The location within the circuit at which a particular
VerifyFailure
occurred. - Instance Value
- The reasons why a particular circuit is not satisfied.
Functions§
- Builds a dot graph string representing the given circuit.