Searched defs:hmacTestGroup (Results 1 – 1 of 1) sorted by relevance
31 type hmacTestGroup struct { struct32 ID uint64 `json:"tgId"`33 Type string `json:"testType"`34 MsgBits int `json:"msgLen"`35 KeyBits int `json:"keyLen"` // maximum possible value is 52428836 MACBits int `json:"macLen"` // maximum possible value is 51237 Tests []struct {