Searched defs:hmacTest (Results 1 – 1 of 1) sorted by relevance
19 type hmacTest struct { struct20 hash func() hash.Hash21 key []byte22 in []byte23 out string24 size int25 blocksize int