-
Notifications
You must be signed in to change notification settings - Fork 59
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
Optional blake3 #80
Optional blake3 #80
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot. The duplication is not pretty, but I see it as a temporary fix before a bigger refactoring, so that's fine.
@thenextman Could you please try out this PR to see if it fixes your issue? |
@vmx I tested it, it works well on our side |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @mriise for this PR and @thenextman for verifying that it works as expected.
Released as 0.11.4. |
fixes #79
313 and 279 in hashes.rs seem a bit lazy to me, but it works fine and compiles down to the same size in the end. If you know of a better way of doing this please lmk, this just required the least amount of changes of actual logic.