From 22358080d5258d1b65af2bbc8c940c576448f6d4 Mon Sep 17 00:00:00 2001 From: emmansun Date: Mon, 4 Dec 2023 10:50:13 +0800 Subject: [PATCH] cipher/hctr: correct comments --- cipher/hctr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipher/hctr.go b/cipher/hctr.go index 01c36ef..0954aa3 100644 --- a/cipher/hctr.go +++ b/cipher/hctr.go @@ -156,7 +156,7 @@ func (h *hctr) mul(y *hctrFieldElement) { // the values in |table| are ordered for // little-endian bit positions. See the comment - // in NewGCMWithNonceSize. + // in NewHCTR. t := &h.productTable[word&0xf] z.low ^= t.low