prysm-pulse/testing/bls/hash_to_G2_test.yaml.go

15 lines
260 B
Go
Raw Normal View History

// 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"`
}