Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use md4 instead of sha1 for filename hashes #638

Merged
merged 1 commit into from
Jul 5, 2018
Merged

Commits on Jul 5, 2018

  1. Use MD4 instead of SHA1 for filename hashes

    We don't need the cryptographic strength of SHA-1 for this purpose, so
    we may as well use a faster hashing algorithm.
    
    While I was at it, I also sapped out the use of hash.end + hash.read
    combo for the faster and more conventional hash.update + hash.digest. In
    my local testing, this also seems to offer a nice speed boost.
    lencioni committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    19fb463 View commit details
    Browse the repository at this point in the history