Packages

HMAC-Based One-Time Password Algorithm, as described in RFC 4226

Current section

Files

Jump to
hotp src hotp.app.src
Raw

src/hotp.app.src

{application,hotp,
[{description,"HMAC-Based One-Time Password Algorithm, as described in RFC 4226"},
{vsn,"1.0.2"},
{registered,[]},
{applications,[kernel,stdlib,crypto]},
{env,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/xandkar/erlang-hotp"}]}]}.