1
2
3
4
5
6
7
8
9
//#![deny(warnings)]

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

/// Module for hotp algorithms
pub mod oath;
pub mod u2f;