A (signature, message, public_key) tuple for batch verification
sig: Signature
msg: []const u8
public_key: PublicKey
pub const BatchElement = struct { sig: Signature, msg: []const u8, public_key: PublicKey, }
Press escape to exit search and then '?' to see more options.