pub fn vrf_verify_batch<T, I>(
    transcripts: I,
    outs: &[VRFOutput],
    proofs: &[VRFProofBatchable],
    publickeys: &[PublicKey]
) -> SignatureResult<Box<[VRFInOut]>> where
    T: VRFSigningTranscript,
    I: IntoIterator<Item = T>, 
Expand description

Batch verify VRFs by different signers