Function bellperson::groth16::create_proof_batch_in_priority

source ยท
pub fn create_proof_batch_in_priority<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. When several proofs are run in parallel on the GPU, it will get priority and will never be aborted or pushed down to CPU.