Replies: 1 comment
-
We no longer use md5, and use xxhash for file hashing (there is fallback to md5 but all official builds will end up using xxhash). I don't see a strong reason to support multiple hashing algorithms as it adds complexity without really bringing much benefit. |
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
-
Hi just a suggestion to add options to use different checksum methods to check file contents:
CRC32, sha1, and sha256, in addition to MD5.
Beta Was this translation helpful? Give feedback.
All reactions