pub fn create_proof_batch_priority_nonzk<E, C, P: ParameterSource<E>>(
    circuits: Vec<C>,
    params: P,
    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 set to zero. This allows for optimization of proving.