|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Base64 encoding and decoding utilities. More...


Go to the source code of this file.
Namespaces | |
| namespace | AeonGames |
| <- This is here just for the literals | |
Functions | |
| DLL std::string | AeonGames::Base64Encode (const uint8_t *aData, size_t aDataSize, bool aSplit=true) |
| Encode a binary string. | |
| DLL std::string | AeonGames::Base64Decode (const uint8_t *aData, size_t aDataSize) |
| Decode a base64 string. | |
| DLL std::string | AeonGames::Base64Encode (std::string_view aData) |
| Encode a string_view as base64. | |
| DLL std::string | AeonGames::Base64Decode (std::string_view aData) |
| Decode a base64 string_view. | |
Base64 encoding and decoding utilities.
Definition in file Base64.hpp.