prysm-pulse/shared/bls/spectest/msg_hash_uncompressed_test.yaml.go

13 lines
273 B
Go
Raw Normal View History

// Code generated by yaml_to_go. DO NOT EDIT.
// source: g2_uncompressed.yaml
package spectest
type MsgHashUncompressedTest struct {
Input struct {
Message string `json:"message"`
Domain string `json:"domain"`
} `json:"input"`
Output [][]string `json:"output"`
}