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 b3sum --tag for BSD-style checksums #430

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dbohdan
Copy link

@dbohdan dbohdan commented Oct 23, 2024

This PR implements BSD-style tagged checksums:

> md5sum --tag README.md
MD5 (README.md) = ff09fcad4f884b11b2fe4085f2f429c7
> b2sum --tag README.md
BLAKE2b (README.md) = be06a6f301d49e92141bd98009a467896003e4aec8684cc057abd874913e2800ad48857b6a677bbebb5e33341d8939e62be4e1ae04e97bc4fd2cff8f1fd8d95f
> target/debug/b3sum --tag README.md
BLAKE3 (README.md) = 37805572dd6e1f5ed985a618e13aae25b443f5099e3c680c9f21fec9635667e0

It resolves #242.

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.

Add BSD tagging support to b3sum
1 participant