pub fn visu<G: KimchiCurve>(
index: &ProverIndex<G, OpeningProof<G>>,
witness: Option<Witness<G::ScalarField>>,
)where
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
.