Function schnorrkel::vrf::vrf_verify_batch

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

Batch verify VRFs by different signers