Botan 3.4.0
Crypto and TLS for C&
Botan::TOTP Member List

This is the complete list of members for Botan::TOTP, including all inherited members.

generate_totp(std::chrono::system_clock::time_point time_point)Botan::TOTP
generate_totp(uint64_t unix_time)Botan::TOTP
TOTP(const SymmetricKey &key, std::string_view hash_algo="SHA-1", size_t digits=6, size_t time_step=30)Botan::TOTPinline
TOTP(const uint8_t key[], size_t key_len, std::string_view hash_algo="SHA-1", size_t digits=6, size_t time_step=30)Botan::TOTP
verify_totp(uint32_t otp, std::chrono::system_clock::time_point time, size_t clock_drift_accepted=0)Botan::TOTP
verify_totp(uint32_t otp, uint64_t unix_time, size_t clock_drift_accepted=0)Botan::TOTP