Searched defs:blockCipherTestGroup (Results 1 – 1 of 1) sorted by relevance
247 type blockCipherTestGroup struct { struct248 ID uint64 `json:"tgId"`249 Type string `json:"testType"`250 Direction string `json:"direction"`251 KeyBits int `json:"keylen"`252 Tests []struct {