StaticcreateCreate a new batch Item from a VerifyingKey, Signature and a message to be verified.
The ciphersuite to use
The verifying key
The signature
The message to be verified
A new batch Item
Perform non-batched verification of this Item.
This is useful (in combination with cloning) for implementing fallback logic when batch verification fails. In contrast to VerifyingKey.verify(), which requires the message data, the Item type is unlinked from the message.
A batch verification item.
This struct exists to allow batch processing to be decoupled from the lifetime of the message. This is useful when using the batch verification API in an async context.