2
0
mirror of https://github.com/status-im/eth2.0-specs.git synced 2025-01-18 14:42:08 +00:00

499 B

Test format: BLS hash-uncompressed

A BLS uncompressed-hash to G2.

Test case format

input: 
  message: bytes32
  domain: uint64 -- the BLS domain
output: List[List[bytes48]] -- 3 lists, each a length of two

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

Condition

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