Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
SkyFire::Impl Namespace Reference

Classes

struct  CryptoGenericsImpl
class  GenericHash
struct  GenericHashImpl
class  GenericHMAC
struct  HMACImpl

Functions

std::string ByteArrayToHexStr (uint8 const *bytes, size_t length, bool reverse=false)
void HexStrToByteArray (std::string const &str, uint8 *out, size_t outlen, bool reverse=false)

Function Documentation

◆ ByteArrayToHexStr()

std::string SkyFire::Impl::ByteArrayToHexStr ( uint8 const * bytes,
size_t length,
bool reverse = false )

Definition at line 515 of file Util.cpp.

Referenced by ByteArrayToHexStr(), WardenMac::Init(), and WardenWin::Init().

◆ HexStrToByteArray()

void SkyFire::Impl::HexStrToByteArray ( std::string const & str,
uint8 * out,
size_t outlen,
bool reverse = false )

Definition at line 539 of file Util.cpp.

References ASSERT.

Referenced by HexStrToByteArray().