AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
TOTP.cpp File Reference
#include "TOTP.h"
#include "Timer.h"
#include <openssl/evp.h>
#include <openssl/hmac.h>

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

◆ TOTP_INTERVAL

constexpr uint32 TOTP_INTERVAL = 30
staticconstexpr