Crate ootp[][src]

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 module.

HOTP is a HMAC-based one-time password algorithm.

TOTP is a Time-based one-time password algorithm, with a time value as moving factor.