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

misc/multihash: Add Blake2b256 and Blake2s128 #1386

Merged
merged 2 commits into from
Feb 4, 2020
Merged

misc/multihash: Add Blake2b256 and Blake2s128 #1386

merged 2 commits into from
Feb 4, 2020

Conversation

koushiro
Copy link
Contributor

Signed-off-by: koushiro [email protected]

Add Blake2b256 and Blake2s128 hash types for multihash.

@ec2
Copy link

ec2 commented Jan 13, 2020

Is there a reason that libp2p doesnt use the multihash library? https://github.com/multiformats/rust-multihash

@tomaka
Copy link
Member

tomaka commented Jan 14, 2020

Is there a reason that libp2p doesnt use the multihash library? https://github.com/multiformats/rust-multihash

There was a time when we were very frequently doing changes to multihash, and it would have been very slow to open individual PRs in the multihash repo and wait for them to be merged (the reviewing speed there is... not the quickest).
I think that nowadays we could switch back.

cc #759

@koushiro
Copy link
Contributor Author

koushiro commented Feb 3, 2020

Could someone review this PR?

misc/multihash/src/lib.rs Outdated Show resolved Hide resolved
@tomaka tomaka merged commit 013b727 into libp2p:master Feb 4, 2020
@koushiro
Copy link
Contributor Author

koushiro commented Feb 4, 2020

@tomaka Can you release a new version (parity-multihash v0.2.2) with this change ?

@koushiro koushiro deleted the add-hash-types branch February 4, 2020 10:24
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