// Code generated by yaml_to_go. DO NOT EDIT. // source: batch_verify.yaml package bls type BatchVerifyTest struct { Input struct { Pubkeys []string `json:"pubkeys"` Messages []string `json:"messages"` Signatures []string `json:"signatures"` } `json:"input"` Output bool `json:"output"` }