Packages

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

Current section

Files

Jump to
hotp include hotp_extra_params.hrl
Raw

include/hotp_extra_params.hrl

-record(hotp_extra_params,
{ hash_algo = sha :: hotp_hmac:hash_algo()
, length = 6 :: integer() % Number of digits desired
}).