[][src]Function bellman::groth16::create_random_proof

pub fn create_random_proof<E, C, R, P: ParameterSource<E>>(
    circuit: C,
    params: P,
    mut rng: &mut R
) -> Result<Proof<E>, SynthesisError> where
    E: Engine,
    C: Circuit<E::Fr>,
    R: RngCore