cotp 1.9.9

Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
1
2
3
4
5
6
7
pub mod algorithms;
pub mod from_otp_uri;
pub mod migrations;
pub mod otp_algorithm;
pub mod otp_element;
mod otp_error;
pub mod otp_type;