Function bellperson::groth16::create_proof_in_priority

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

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