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