otp-std 0.2.3

Generating and verifying One-Time Passwords.
Documentation
1
2
3
4
5
6
7
//! One-Time Password (OTP) enums and types.

pub mod core;
pub mod type_of;

pub use core::{Otp, Owned};
pub use type_of::Type;