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

Add support for BLAKE2 checksums #89

Merged
merged 10 commits into from
Nov 11, 2024
Merged

Add support for BLAKE2 checksums #89

merged 10 commits into from
Nov 11, 2024

Conversation

aartoni
Copy link
Contributor

@aartoni aartoni commented Nov 10, 2024

BLAKE2 checksums have been part of coreutils since 2016. BLAKE2 is considered an overall better hash function compared to MD5 and SHA1/2/3. Moreover, b2 is the preferred checksum for integrity checks in Arch packages.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
.github/workflows/ci.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@aartoni
Copy link
Contributor Author

aartoni commented Nov 11, 2024

Ready for merging!

Copy link
Owner

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

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

Thanks!

@taiki-e taiki-e merged commit 9ab524f into taiki-e:main Nov 11, 2024
14 checks passed
@taiki-e
Copy link
Owner

taiki-e commented Nov 11, 2024

Published in 1.23.0.

@aartoni aartoni deleted the feat/blake2 branch November 12, 2024 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants