cipher/hctr: correct comments

This commit is contained in:
emmansun 2023-12-04 10:50:13 +08:00
parent e8f39ed529
commit 22358080d5

View File

@ -156,7 +156,7 @@ func (h *hctr) mul(y *hctrFieldElement) {
// the values in |table| are ordered for // the values in |table| are ordered for
// little-endian bit positions. See the comment // little-endian bit positions. See the comment
// in NewGCMWithNonceSize. // in NewHCTR.
t := &h.productTable[word&0xf] t := &h.productTable[word&0xf]
z.low ^= t.low z.low ^= t.low