openMSX
Namespaces | Functions
Base64.cc File Reference
#include "Base64.hh"
#include "narrow.hh"
#include "ranges.hh"
#include "xrange.hh"
#include <algorithm>
#include <array>
#include <cassert>
Include dependency graph for Base64.cc:

Go to the source code of this file.

Namespaces

namespace  Base64
 

Functions

std::string Base64::encode (std::span< const uint8_t > input)
 
std::pair< MemBuffer< uint8_t >, size_t > Base64::decode (std::string_view input)
 
bool Base64::decode_inplace (std::string_view input, std::span< uint8_t > output)