// Code generated by yaml_to_go. DO NOT EDIT. // source: aggregate_verify.yaml package spectest type AggregateVerifyTest struct { Input struct { Pairs []struct { Pubkey string `json:"pubkey"` Message string `json:"message"` } `json:"pairs"` Signature string `json:"signature"` } `json:"input"` Output bool `json:"output"` }