You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IPFS uses the sha-256 hashing algorithm by default, but there is support for many other algorithms. The Multihash (opens new window) project represents the work for this, with the aim of future-proofing applications' use of hashes and allowing multiple hash functions to coexist. (If you're curious about how hash types in IPFS are decided upon, you may wish to keep an eye on this forum discussion (opens new window).)
Having all these algorithms coexisting have lots of benefits for the network, and for the users of this library too.
For this reason, I suggest to give support to all the hash functions included in the Multihash project as it marks the consensus regarding hashing mechanisms in IPFS ecosystem.
The text was updated successfully, but these errors were encountered:
IPFS documentacion tells that:
IPFS uses the sha-256 hashing algorithm by default, but there is support for many other algorithms. The Multihash (opens new window) project represents the work for this, with the aim of future-proofing applications' use of hashes and allowing multiple hash functions to coexist. (If you're curious about how hash types in IPFS are decided upon, you may wish to keep an eye on this forum discussion (opens new window).)
Having all these algorithms coexisting have lots of benefits for the network, and for the users of this library too.
For this reason, I suggest to give support to all the hash functions included in the Multihash project as it marks the consensus regarding hashing mechanisms in IPFS ecosystem.
The text was updated successfully, but these errors were encountered: