Current section
Files
Jump to
Current section
Files
src/fast_pbkdf2.app.src
{application,fast_pbkdf2,
[{description,"Erlang's best pbkdf2 implementation"},
{vsn,"2.0.1"},
{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"]}]}.