Current section

Files

Jump to
fast_scram src fast_scram.app.src
Raw

src/fast_scram.app.src

{application,fast_scram,
[{description,"A fast Salted Challenge Response Authentication Mechanism"},
{vsn,"0.7.1"},
{registered,[]},
{applications,[kernel,stdlib,crypto,fast_pbkdf2]},
{optional_applications,[fast_pbkdf2]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/esl/fast_scram/"}]}]}.