The Battle for Wesnoth  1.19.0-dev
Namespaces | Functions
base64.cpp File Reference
#include "serialization/base64.hpp"
#include <string>
Include dependency graph for base64.cpp:

Go to the source code of this file.

Namespaces

 base64
 
 crypt64
 

Functions

std::vector< uint8_t > base64::decode (std::string_view in)
 
std::string base64::encode (utils::byte_string_view bytes)
 
std::vector< uint8_t > crypt64::decode (std::string_view in)
 
std::string crypt64::encode (utils::byte_string_view bytes)
 
int crypt64::decode (char encoded_char)
 
char crypt64::encode (int value)