fn verifyBatch(comptime count: usize, signature_batch: [count]BatchElement) SignatureVerificationError || IdentityElementError || WeakPublicKeyError || EncodingError || NonCanonicalError!void

Verify several signatures in a single operation, much faster than verifying signatures one-by-one

Parameters

count: usize,
signature_batch: [count]BatchElement,