Current section

Files

Jump to
fast_pbkdf2 src fast_pbkdf2.app.src
Raw

src/fast_pbkdf2.app.src

{application,fast_pbkdf2,
[{description,"Erlang's best pbkdf2 implementation"},
{vsn,"1.0.2"},
{registered,[]},
{applications,[kernel,stdlib,crypto]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/esl/fast_pbkdf2/"}]},
{exclude_files,["c_src/fast_pbkdf2.d"]}]}.