visu

Function visu 

Source
pub fn visu<const FULL_ROUNDS: usize, G, Srs>(
    index: &ProverIndex<FULL_ROUNDS, G, Srs>,
    witness: Option<Witness<G::ScalarField>>,
)
where Srs: SRS<G>, G: KimchiCurve<FULL_ROUNDS>, G::BaseField: PrimeField,
Expand description

Produces a circuit.html in the current folder.

ยงPanics

Will panic if TinyTemplate::render() returns Error or std::fs::File::create() returns Error.