slauth 0.3.0-alpha3

oath HOTP and TOTP complient implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
//#![deny(warnings)]

//! # Slauth
//!
//! Auth utils for MFA algorithms

/// Module for hotp algorithms
pub mod oath;

#[cfg(feature = "u2f")]
pub mod u2f;