Delete an outdated comment, operations are Mod 64 by now.

This commit is contained in:
hashlag
2025-07-27 16:52:57 +03:00
parent 2d95f655bf
commit a748a6aaab

View File

@@ -184,9 +184,6 @@ public:
UpdateImpl(PAD_, PAD_ + paddingNeededBytes);
// TODO: does not comply with the standard:
// "In the unlikely event that b is greater than pow(2, 64),
// then only the low-order 64 bits of b are used."
const uint64_t messageSizeBits = MessageSizeBytes_ * 8;
uint8_t extracted[] =