question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple multihash implementations

See original GitHub issue

Just 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:closed
  • Created 8 years ago
  • Comments:14 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
ntninjacommented, Sep 28, 2018

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.

0reactions
candeiracommented, Nov 20, 2015

I’ve made a plan for implementing multihash/multihashing in this comment. Feedback welcome.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found