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[] =