|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
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) |
| 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().
| void SkyFire::Impl::HexStrToByteArray | ( | std::string const & | str, |
| uint8 * | out, | ||
| size_t | outlen, | ||
| bool | reverse = false ) |