Expand description

Tools for developing circuits.

Re-exports

pub use cost::CircuitCost;

Modules

Developer tools for investigating the cost of a circuit.

Metadata about circuits.

Structs

A struct for collecting and displaying the gates within a circuit.

Graphical renderer for circuit layouts.

A test prover for debugging circuits.

Enums

The location within the circuit at which a particular VerifyFailure occurred.

The reasons why a particular circuit is not satisfied.

Functions

Builds a dot graph string representing the given circuit.