otp_offline 0.3.0

Library for offline verification of YubiKey OTPs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("../README.md")]

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

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

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

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