Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 452 Bytes

verify.md

File metadata and controls

17 lines (12 loc) · 452 Bytes

Test format: BLS sign message

Verify the signature against the given one pubkey and one message.

Test case format

The test data is declared in a data.yaml file:

input:
  pubkey: bytes48 -- the pubkey
  message: bytes32 -- the message
  signature: bytes96 -- the signature to verify against pubkey and message
output: bool  -- VALID or INVALID

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