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

Switch insecure hash function sharness test #8090

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

hannahhoward
Copy link
Contributor

Goals

Fix broken sharness in ipld-in-ipfs branch

Implementation

The test was failing cause it was using murmer3-128 as an insecure hash function, which has been removed from go-multihash 0.15. (meaning it produces a different "unknown hash function" error). I switched to shake-128 which repeduces the correct error.

License: MIT
Signed-off-by: hannahhoward <hannah@hannahhoward.net>
@Stebalien Stebalien merged commit ecfae2c into feat/ipld-in-ipfs Apr 26, 2021
@Stebalien Stebalien deleted the feat/fix-sharness branch April 26, 2021 07:17
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.

3 participants