AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Acore::Impl::GenericHashImpl Struct Reference

#include "CryptoHash.h"

Public Types

typedef EVP_MD const *(* HashCreator) ()
 

Static Public Member Functions

static EVP_MD_CTX * MakeCTX () noexcept
 
static void DestroyCTX (EVP_MD_CTX *ctx)
 

Detailed Description

Member Typedef Documentation

◆ HashCreator

typedef EVP_MD const *(* Acore::Impl::GenericHashImpl::HashCreator) ()

Member Function Documentation

◆ DestroyCTX()

static void Acore::Impl::GenericHashImpl::DestroyCTX ( EVP_MD_CTX *  ctx)
inlinestatic

◆ MakeCTX()

static EVP_MD_CTX * Acore::Impl::GenericHashImpl::MakeCTX ( )
inlinestaticnoexcept