eth2.0-specs/tests/formats/bls/eth_fast_aggregate_verify.md

486 B

Test format: Ethereum-customized BLS fast aggregate verify

Verify the signature against the given pubkeys and one message.

Test case format

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

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

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