DNA Calib 1.1
Project brief
|
#include <algorithm>
#include <cstddef>
Go to the source code of this file.
Namespaces | |
namespace | terse |
Functions | |
constexpr std::size_t | terse::base64encode (std::size_t size) |
std::size_t | terse::base64encode (char *destination, const char *source, std::size_t size) |
constexpr std::size_t | terse::base64decode (std::size_t size) |
std::size_t | terse::base64decode (char *destination, const char *source, std::size_t size) |
Variables | |
static const char * | terse::alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |