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) |