Crate totp_sos

Crate totp_sos 

Source
Expand description

This library was a fork of totp-rs that is no longer maintained, instead all the features we needed have been merged into totp-rs so use that crate instead.

Structs§

TOTP
TOTP holds informations as to how to generate an auth code and validate it. Its secret field is sensitive data, treat it accordingly

Enums§

Algorithm
Algorithm enum holds the three standards algorithms for TOTP as per the reference implementation
Error
Errors generated by the library.

Type Aliases§

Result
Result type for the TOTP library.