Botan 3.6.1
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, std::string_view hash_algo="SHA-1", size_t digits=6) | Botan::HOTP | inline |
HOTP(const uint8_t key[], size_t key_len, std::string_view 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 |