// Code generated by yaml_to_go. DO NOT EDIT. // source: sign_msg.yaml package bls type SignMsgTest struct { Input struct { Privkey string `json:"privkey"` Message string `json:"message"` } `json:"input"` Output string `json:"output"` }