-
Notifications
You must be signed in to change notification settings - Fork 17
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
proposal: use b3sum instead of sha256 in checksums file #100
Comments
Why BLAKE3 and not look at other hashing functions? |
If we implement this, I suggest to add a |
Why? It's still a checksum |
The |
This is feedback on kiss-community/kiss#72, but written here to keep the discussion in one place. Given that the sh256 logic is still there, why not use the difference in names as an option: repo can use On the other hand, but towards the same goal, the existing |
The intention is for that logic to eventually be removed. I just want the transition to be less painful.
I feel like this just accomplishes the same thing in a more complicated (and still not backwards compatible) way. |
b3sum is much faster than sha256, and is the default on carbs linux. As for implementations, I'd assume a preference for mcf's implementation. This has also been discussed previously in kiss-community/kiss#39
The text was updated successfully, but these errors were encountered: