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

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>,
    R: Rng