A BLS uncompressed-hash to G2.
The test data is declared in a data.yaml file:
input:
message: bytes32
domain: bytes8 -- the BLS domain
output: List[List[bytes48]] -- 3 lists, each a length of twoAll byte(s) fields are encoded as strings, hexadecimal encoding, prefixed with 0x.
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.