From a748a6aaab80f6df7e906e872274ab28ed30d41c Mon Sep 17 00:00:00 2001 From: hashlag <90853356+hashlag@users.noreply.github.com> Date: Sun, 27 Jul 2025 16:52:57 +0300 Subject: [PATCH] Delete an outdated comment, operations are Mod 64 by now. --- Chaos/Md4.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Chaos/Md4.hpp b/Chaos/Md4.hpp index d10e076..693bd0f 100644 --- a/Chaos/Md4.hpp +++ b/Chaos/Md4.hpp @@ -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[] =