Function darkfi::zk::debug::import_witness_json

source ยท
pub fn import_witness_json<P: AsRef<Path>>(
    input_path: P,
) -> (Vec<Witness>, Vec<Base>)
Expand description

Import witness.json which can be used to debug or benchmark circuits. Note that if the path or provided json is incorrect then this function will panic.