Function bellperson::groth16::create_random_proof_in_priority

source ยท
pub fn create_random_proof_in_priority<E, C, R, P: ParameterSource<E>>(
    circuit: C,
    params: P,
    rng: &mut R,
) -> Result<Proof<E>, SynthesisError>
Expand description

Creates a batch of proofs. When several proofs are run in parallel on the GPU, it will get priority and will never be aborted or pushed down to CPU.