TrinityCore
TOTP.cpp File Reference
#include "TOTP.h"
#include <openssl/evp.h>
#include <openssl/hmac.h>
+ Include dependency graph for TOTP.cpp:

Go to the source code of this file.

Variables

static constexpr uint32 TOTP_INTERVAL = 30
 
static constexpr uint32 HMAC_RESULT_SIZE = 20
 

Variable Documentation

◆ HMAC_RESULT_SIZE

constexpr uint32 HMAC_RESULT_SIZE = 20
staticconstexpr

Definition at line 23 of file TOTP.cpp.

◆ TOTP_INTERVAL

constexpr uint32 TOTP_INTERVAL = 30
staticconstexpr

Definition at line 22 of file TOTP.cpp.