Replies: 1 comment
-
This has been fixed and new hash methods have been introduced. See the what's next branch for implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HAS_MD5, NO_MD5, a confusing mish mash of code.
Not sure how this ever made it into the code. Maybe it had to do with the 2011 note about Apple not supporting MD5.
In advance of allowing user-selected hashing, the question arises: Is hashing necessary at all? The backend compression algos all report errors when a chunk can't be decompressed. The first step is to make hashing a default and get rid of all this cruft code. Then, we can decide if hashing is needed at all.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions