MD5
MD5 copied to clipboard
Failing tests
Hi. I noticed that if you disable all but three last tests from the suite, all of them will fail:
TEST 1 FAILED
Hash: e09c80c42fda55f9d992e59ca6b3307d
TEST 2 FAILED
Hash: 014842d480b571495a4a0363793f7367
TEST 3 FAILED
Hash: b64e4f62e3e14317e3a90f9ff2cde576
*******************************
0 of 3 tests passed
Please notify developer
0 passed hashing check
0 passed comparison check
*******************************
Weirdly enough, I am getting the same issue on my implementation as well. Will keep digging. Cheers.
Actually, it simply looks like you made erroneous tests (or me by removing the previous ones), as the reported MD5 hashes from the previous message are correct. Thus, your bulk processing logic either fails at some point or I am missing the fact that whenever we consume more and more data with the same hasher, it could be different from individual hasher usages.
Could you please clarify? Thanks.