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 BLAKE3 (b3sum files) #41

Open
jarppiko opened this issue Oct 31, 2022 · 2 comments
Open

Add support for BLAKE3 (b3sum files) #41

jarppiko opened this issue Oct 31, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jarppiko
Copy link

Hello,

Big thanks for reviving the cfv project! I just installed it and it works great Have you considered adding Blake 3 support? It is a very fast hash algo.

My other feature request is an option to update the hash only if the file modify time is later than then checksum file.

Cheers,

J

@lxp lxp added enhancement New feature or request help wanted Extra attention is needed labels Nov 1, 2022
@lxp
Copy link
Member

lxp commented Nov 1, 2022

Do I understand correctly that you want support for the file format used by the b3sum tool? Or do you have some other tool/file format in mind?

@lxp lxp changed the title Blake 3 support? Add support for BLAKE3 (b3sum files) Nov 1, 2022
@jarppiko
Copy link
Author

jarppiko commented Nov 1, 2022

Yes, I think it is good cfv uses the same file format as the hash algos' native tools. b3sum is the tool for Blake 3.

File format is:

# b3sum Dockerfile
7ba8fab84cfa0af5fcb47881a05e1dc1ca38da96dd044078881f886357d68883  Dockerfile

I have not tried Python blake3 yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants