pub type Hotp = Otp<Counter>;
HMAC-based one-time passcode
Uses a counter to generate the passcode. The counter is incremented after a passcode is generated.
pub struct Hotp { /* private fields */ }
Get a HOTP generator with the given key, initial count, and which generates passcodes of length.
key
length