pub fn create_proof_batch_priority<E, C, P: ParameterSource<E>>(
    circuits: Vec<C>,
    params: P,
    r_s: Vec<E::Fr>,
    s_s: Vec<E::Fr>,
    priority: bool
) -> Result<Vec<Proof<E>>, SynthesisError> where
    E: GpuEngine + MultiMillerLoop,
    C: Circuit<E::Fr> + Send
Expand description

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