slauth 0.7.21

oath HOTP and TOTP complient implementation
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "webauthn")]
pub mod authenticator;
#[cfg(feature = "webauthn")]
pub mod error;
#[cfg(feature = "webauthn")]
pub mod proto;

#[cfg(feature = "webauthn-server")]
pub mod server;