Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::HOTP, including all inherited members.
generate_hotp(uint64_t counter) | Botan::HOTP | |
HOTP(const SymmetricKey &key, const std::string &hash_algo="SHA-1", size_t digits=6) | Botan::HOTP | inline |
HOTP(const uint8_t key[], size_t key_len, const std::string &hash_algo="SHA-1", size_t digits=6) | Botan::HOTP | |
verify_hotp(uint32_t otp, uint64_t starting_counter, size_t resync_range=0) | Botan::HOTP |