Crate ootp

Source
Expand description

§ootp

Fast and easy HOTP and TOTP implementation.

The OOTP for Rust library is a Rust implementation of the OOTP library.

Re-exports§

pub use hmacsha;

Modules§

constants
Constants module.
hotp
HOTP is a HMAC-based one-time password algorithm.
totp
TOTP is a Time-based one-time password algorithm, with a time value as moving factor.