Function darkfi::zk::halo2::dev::circuit_dot_graph

pub fn circuit_dot_graph<F, ConcreteCircuit>(
    circuit: &ConcreteCircuit,
) -> String
where F: Field, ConcreteCircuit: Circuit<F>,
Expand description

Builds a dot graph string representing the given circuit.

The graph is built from calls to Layouter::namespace both within the circuit, and inside the gadgets and chips that it uses.