AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
CryptoRandom.h File Reference
#include "Define.h"
#include <array>

Go to the source code of this file.

Namespaces

namespace  Acore
 
namespace  Acore::Crypto
 

Functions

AC_COMMON_API void Acore::Crypto::GetRandomBytes (uint8 *buf, size_t len)
 
template<typename Container >
void Acore::Crypto::GetRandomBytes (Container &c)
 
template<size_t S>
std::array< uint8, S > Acore::Crypto::GetRandomBytes ()