mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-21 17:56:19 +08:00
cipher/hctr: correct comments
This commit is contained in:
parent
e8f39ed529
commit
22358080d5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user