Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 558 Bytes

batch_verify.md

File metadata and controls

17 lines (12 loc) · 558 Bytes

Test format: BLS sign message

Batch verify the signatures against the given pubkeys and one messages.

Test case format

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.