openMSX
|
#include "MemBuffer.hh"
#include <cstdint>
#include <string>
#include <string_view>
#include <utility>
Go to the source code of this file.
Namespaces | |
Base64 | |
Functions | |
std::string | Base64::encode (const uint8_t *input, size_t inSize) |
std::pair< MemBuffer< uint8_t >, size_t > | Base64::decode (std::string_view input) |
bool | Base64::decode_inplace (std::string_view input, uint8_t *output, size_t outSize) |