Skip to content
New issue

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

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

Already on GitHub? # to your account

Use Minio's optimized SHA-256 #163

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

buschjost
Copy link
Contributor

@buschjost buschjost commented Aug 27, 2021

What is the purpose of this change? What does it change?

This switches the SHA256 verification to Minios optimized library. This results in improved throughput for many processors.
This is the same library that is also used in Restic (see restic/restic#2709 )

Was the change discussed in an issue or in the forum before?

Shortly as remark in #130 where the verification of uploaded files was introduced.

Checklist

  • I have run gofmt on the code in all commits
  • All commit messages are formatted in the same style as the other commits in the repo
  • I'm done, this Pull Request is ready for review

I did not include a Changelog entry as this just improves an unreleased feature. But I can add one.

@buschjost buschjost force-pushed the optimized-sha256-lib branch from ece3d84 to f61292b Compare August 27, 2021 16:31
Copy link
Member

@MichaelEischer MichaelEischer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. Thanks!

@MichaelEischer MichaelEischer merged commit 8642729 into restic:master Aug 31, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants