[][src]Crate rfc_4226

Enums

HotpError

HOTP error type.

Traits

Counter

Synchronized moving counter.

CounterBytes

Raw synchronized moving counter.

Secret

Shared secret.

Functions

hotp

Computes an HOTP code of the desired length given a secret and counter value.

raw_hotp

Computes the "raw" HOTP value for the given secret and counter.

Type Definitions

Result