Current section
Files
Jump to
Current section
Files
src/bcrypt.app.src
{application,bcrypt,
[{description,"An Erlang wrapper (NIF or port program) for the OpenBSD password scheme, bcrypt."},
{vsn,"1.0.3"},
{registered,[bcrypt_sup,bcrypt_nif_worker,bcrypt_port_sup,
bcrypt_pool]},
{mod,{bcrypt_app,[]}},
{applications,[kernel,stdlib,crypto]},
{env,[{default_log_rounds,12},{mechanism,nif},{pool_size,4}]},
{maintainers,["Hunter Morris","Mrinal Wadhwa","ErlangPack"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/erlangpack/bcrypt"}]}]}.