Function bellperson::groth16::create_proof_batch

source ยท
pub fn create_proof_batch<E, C, P: ParameterSource<E>>(
    circuits: Vec<C>,
    params: P,
    r: Vec<E::Fr>,
    s: Vec<E::Fr>,
) -> Result<Vec<Proof<E>>, SynthesisError>
Expand description

Creates a batch of proofs where the randomization vector is already predefined