Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 484 Bytes

aggregate_verify.md

File metadata and controls

17 lines (12 loc) · 484 Bytes

Test format: BLS aggregate signature verification

Verify the signature against the given pubkeys and 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: bytes96 -- the signature to verify against pubkeys and messages
output: bool  -- VALID or INVALID

All byte(s) fields are encoded as strings, hexadecimal encoding, prefixed with 0x.