github.com/prysmaticlabs/prysm@v1.4.4/spectest/general/phase0/bls/sign_test.yaml.go (about)

     1  // Code generated by yaml_to_go. DO NOT EDIT.
     2  // source: sign_msg.yaml
     3  
     4  package bls
     5  
     6  type SignMsgTest struct {
     7  	Input struct {
     8  		Privkey string `json:"privkey"`
     9  		Message string `json:"message"`
    10  	} `json:"input"`
    11  	Output string `json:"output"`
    12  }