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

Optional blake3 #80

Merged
merged 6 commits into from
Aug 27, 2020
Merged

Optional blake3 #80

merged 6 commits into from
Aug 27, 2020

Conversation

mriise
Copy link
Contributor

@mriise mriise commented Aug 26, 2020

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.

Copy link
Member

@vmx vmx left a 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.

Cargo.toml Outdated Show resolved Hide resolved
@vmx
Copy link
Member

vmx commented Aug 26, 2020

@thenextman Could you please try out this PR to see if it fixes your issue?

@thenextman
Copy link

@vmx I tested it, it works well on our side

Copy link
Member

@vmx vmx left a 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.

@vmx vmx merged commit 42cba30 into multiformats:master Aug 27, 2020
@vmx
Copy link
Member

vmx commented Aug 27, 2020

Released as 0.11.4.

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.

Make CC dependency a (default?) feature
3 participants