helium/erlang-multihash

Name: erlang-multihash

Owner: Helium

Description: Erlang implementation of multihash

Created: 2018-01-12 19:26:39.0

Updated: 2018-05-14 16:36:15.0

Pushed: 2018-02-28 21:09:55.0

Homepage:

Size: 674

Language: Erlang

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status Coverage Status

erlang-multihash

An Erlang implementation for nultihash.

Usage

An example using the blake2b hash:

 = multihash:hash(<<"hello world">>, {blake2b, 64}).

Decoding a multihash get the digest and hash used:

 Digest, {blake2b, 64}, _} = multihash:decode(Hash).

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.