mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 13:18:57 +00:00
15 lines
260 B
Go
15 lines
260 B
Go
|
// 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"`
|
||
|
}
|