2019-04-12 12:15:30 +00:00
# Test format: BLS hash-uncompressed
2019-06-30 23:36:19 +00:00
A BLS uncompressed-hash to G2.
2019-04-12 12:15:30 +00:00
## Test case format
```yaml
2019-06-30 23:36:19 +00:00
input:
2019-06-30 14:07:54 +00:00
message: bytes32
2019-06-30 20:18:52 +00:00
domain: bytes8 -- the BLS domain
2019-04-12 12:15:30 +00:00
output: List[List[bytes48]] -- 3 lists, each a length of two
```
2019-04-23 18:00:15 +00:00
All byte(s) fields are encoded as strings, hexadecimal encoding, prefixed with `0x` .
2019-04-12 12:15:30 +00:00
## 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` .