TrinityCore
CryptoRandom.h File Reference
#include "Define.h"
#include <array>
+ Include dependency graph for CryptoRandom.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Trinity
 
namespace  Trinity::Crypto
 

Functions

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