Multiple multihash implementations
See original GitHub issueJust noticed there are (at least) two multihash implementations out there. Oddly, it appears as if they were created a few weeks apart:
@tehmaze’s implementation is mentioned in the main ipfs documentation and actually does the hashing for the user, my implementation offers an interface and __eq__
. Can they be merged under a common repo?
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (12 by maintainers)
Top Results From Across the Web
multiformats/multihash: Self describing hashes - GitHub
Multihash is a protocol for differentiating outputs from various well-established cryptographic hash functions, addressing size + encoding considerations.
Read more >Multihash - Multiformats
Multihash is a protocol for differentiating outputs from various well-established hash functions, addressing size + encoding considerations.
Read more >multi-hash-paper.pdf - Intel
The paper describes the overall design of the Multi-Hash extensions, delves into details of a proposed implementation, and presents a summary of the...
Read more >The Multihash Data Format draft-multiformats-multihash-05
The Multihash Data Format (Internet-Draft, 2022) ... Abstract Cryptographic hash functions often have multiple output sizes and encodings.
Read more >Multihash | npm.io
multihashes. multihash implementation. multihashmultiformatsipfshash ; cids. CID Implementation in JavaScript. multihashcidipld ; multihashing-async. multiple ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reviewing the discussion here and on #23 I conclude that https://pypi.org/project/pymultihash/ is the one-stop go to solution for computing multihashes in python. I’ll look into getting this moved into https://github.com/multiformats/py-multihash/ and added to the official list of implementations.
Closing this.
I’ve made a plan for implementing multihash/multihashing in this comment. Feedback welcome.