Expand description
Simple and minimalistic OTP library.
§Feautres
std- Enables std related features like accessing current time.
Structs§
- HOTP
- HMAC based OTP algorithm that uses simple counter as input.
- TOTP
- Modification of
Htopalgorithm that uses unix timestamp withinwindow
Enums§
- Algorithm
- Standard algorithms compatible with
OTP