Skip to content

Commit

Permalink
cipher/hctr: correct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun committed Dec 4, 2023
1 parent e8f39ed commit 2235808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cipher/hctr.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2235808

Please sign in to comment.