TrinityCore
Trinity::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
 
static constexpr size_t SHA512_DIGEST_LENGTH_BYTES = 64
 

Detailed Description

Definition at line 27 of file CryptoConstants.h.

Member Data Documentation

◆ MD5_DIGEST_LENGTH_BYTES

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

Definition at line 29 of file CryptoConstants.h.

◆ SHA1_DIGEST_LENGTH_BYTES

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

Definition at line 30 of file CryptoConstants.h.

◆ SHA256_DIGEST_LENGTH_BYTES

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

Definition at line 31 of file CryptoConstants.h.

◆ SHA512_DIGEST_LENGTH_BYTES

constexpr size_t Trinity::Crypto::Constants::SHA512_DIGEST_LENGTH_BYTES = 64
staticconstexpr

Definition at line 32 of file CryptoConstants.h.


The documentation for this struct was generated from the following file: