AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Namespaces | |
namespace | Acore |
namespace | Acore::Crypto |
Functions | |
AC_COMMON_API void | Acore::Crypto::GetRandomBytes (uint8 *buf, std::size_t len) |
template<typename Container > | |
void | Acore::Crypto::GetRandomBytes (Container &c) |
template<std::size_t S> | |
std::array< uint8, S > | Acore::Crypto::GetRandomBytes () |