[][src]Function ysbell::groth16::create_random_proof

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