Packages

A pure Erlang Blake2 implementation

Current section

Files

Jump to
eblake2 src eblake2.app.src
Raw

src/eblake2.app.src

{application,eblake2,
[{description,"A pure Erlang Blake2 implementation"},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Hans Svensson"]},
{licenses,["ISC"]},
{links,[{"Github","https://github.com/aeternity/enoise"}]}]}.