Packages

Time-Based One-Time Password Algorithm, as described in RFC 6238

Current section

Files

Jump to
totp src totp.app.src
Raw

src/totp.app.src

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