Searched defs:macGroup (Results 1 – 1 of 1) sorted by relevance
26 type macGroup struct { struct27 testutil.WycheproofGroup28 KeySize uint32 `json:"keySize"`29 TagSize uint32 `json:"tagSize"`30 Type string `json:"type"`31 Tests []*macCase `json:"tests"`