Searched defs:blockCipherTestGroup (Results 1 – 1 of 1) sorted by relevance
22 type blockCipherTestGroup struct { struct23 ID uint64 `json:"tgId"`24 Type string `json:"testType"`25 Direction string `json:"direction"`26 KeyBits int `json:"keylen"`27 Tests []struct {