pub fn gen_proof(
    params: &ParamsKZG<Bn256>,
    pk: &ProvingKey<G1Affine>,
    circuit: impl Circuit<Fr>
) -> Vec<u8>
Expand description

helper function to generate a proof with real prover