Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Repository files navigation

build codecov

erlang-multihash

An Erlang wrapper for rust_multihash.

Usage

An example using the blake2b hash:

{ok, Digest} = multihash:digest(<<"hello world">>, blake2b256).

Get the hash used for a given multihash digest:

{ok, blake2b256} = multihash:hash(Digest).

Releases

Packages

Used by

Contributors

Languages