Searched defs:sha256Test (Results 1 – 2 of 2) sorted by relevance
17 type sha256Test struct { struct18 out string19 in string20 unused string // marshal state, to keep table in sync with crypto/sha256
21 type sha256Test struct { struct22 out string23 in string24 halfState string // marshaled hash state after first half of in written, used by TestGoldenMarshal