Batch verify the signatures against the given pubkeys and one messages.
The test data is declared in a data.yaml
file:
input:
pubkeys: List[bytes48] -- the pubkeys
messages: List[bytes32] -- the messages
signature: List[bytes96] -- the signatures to verify against pubkeys and messages
output: bool -- VALID or INVALID
All byte(s) fields are encoded as strings, hexadecimal encoding, prefixed with 0x
.