Crate otpshka

Crate otpshka 

Source
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 Htop algorithm that uses unix timestamp within window

Enums§

Algorithm
Standard algorithms compatible with OTP