mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06:18 +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
|
// 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user