Function bellperson::groth16::create_random_proof

source ยท
pub fn create_random_proof<E, C, R, P: ParameterSource<E>>(
    circuit: C,
    params: P,
    rng: &mut R,
) -> Result<Proof<E>, SynthesisError>
Expand description

Creates a single proof.