[][src]Function bellperson::groth16::create_random_proof_batch

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