Packages

An implementation of HKDF in Erlang.

Current section

Files

Jump to
hkdf_erlang src hkdf_erlang.app.src
Raw

src/hkdf_erlang.app.src

{application,hkdf_erlang,
[{description,"An implementation of HKDF in Erlang."},
{vsn,"0.1.1"},
{registered,[]},
{applications,[kernel,stdlib,crypto]},
{env,[]},
{modules,[]},
{contributors,["Roman Pushkov"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/aenglisc/hkdf_erlang"}]}]}.