generate_keys

Function generate_keys 

Source
pub fn generate_keys(
    wasm_path: impl AsRef<Path>,
    r1cs_path: impl AsRef<Path>,
) -> Result<CircuitKeys>
Expand description

Generates Groth16 proving + verifying keys for a Circom circuit. This operation is expensive and should be done once when testing many input combinations.