eth2.0-specs/specs/test_formats/bls/msg_hash_g2_compressed.md

462 B

Test format: BLS hash-compressed

A BLS compressed-hash to G2.

Test case format

input: 
  message: bytes32,
  domain: bytes -- any number
output: List[bytes48] -- length of two

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

Condition

The msg_hash_g2_compressed handler should hash the message, with the given domain, to G2 with compression, and the result should match the expected output.