AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Acore::Crypto::Constants Struct Reference

#include "CryptoConstants.h"

Static Public Attributes

static constexpr size_t MD5_DIGEST_LENGTH_BYTES = 16
 
static constexpr size_t SHA1_DIGEST_LENGTH_BYTES = 20
 
static constexpr size_t SHA256_DIGEST_LENGTH_BYTES = 32
 

Detailed Description

Member Data Documentation

◆ MD5_DIGEST_LENGTH_BYTES

constexpr size_t Acore::Crypto::Constants::MD5_DIGEST_LENGTH_BYTES = 16
staticconstexpr

◆ SHA1_DIGEST_LENGTH_BYTES

constexpr size_t Acore::Crypto::Constants::SHA1_DIGEST_LENGTH_BYTES = 20
staticconstexpr

◆ SHA256_DIGEST_LENGTH_BYTES

constexpr size_t Acore::Crypto::Constants::SHA256_DIGEST_LENGTH_BYTES = 32
staticconstexpr