// Code generated by yaml_to_go. DO NOT EDIT. // source: hash_to_G2.yaml package bls type HashToG2Test struct { Input struct { Message string `json:"msg"` } `json:"input"` Output struct { X string `json:"x"` Y string `json:"y"` } `json:"output"` }