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
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Wait, why, how is this different from Node crypto?
This module just makes working with multihashes a bit nicer. node-multihash is only for encoding/decoding multihashes, and does not depend on other libs. This module will depend on various implementations for each hash. For now, it just uses crypto, but will use sha3 and blake2, etc.
How you can help
Make tests
Code Coverage to 100%
The text was updated successfully, but these errors were encountered:
node-multihashing and multihash
https://github.com/jbenet/node-multihashing
https://github.com/jbenet/node-multihash
Use all the functions in multihash.
Wait, why, how is this different from Node crypto?
This module just makes working with multihashes a bit nicer. node-multihash is only for encoding/decoding multihashes, and does not depend on other libs. This module will depend on various implementations for each hash. For now, it just uses crypto, but will use sha3 and blake2, etc.
How you can help
The text was updated successfully, but these errors were encountered: