#include "../include/swarmio/transport/base64.h"
#include <iostream>
Go to the source code of this file.
|
std::string | base64_decode (std::string const &encoded_string) |
|
std::string | base64_encode (unsigned char const *bytes_to_encode, unsigned int in_len) |
|
static bool | is_base64 (unsigned char c) |
|
std::string base64_decode |
( |
std::string const & |
encoded_string | ) |
|
std::string base64_encode |
( |
unsigned char const * |
bytes_to_encode, |
|
|
unsigned int |
in_len |
|
) |
| |
static bool is_base64 |
( |
unsigned char |
c | ) |
|
|
inlinestatic |
const std::string base64_chars |
|
static |
Initial value:=
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"0123456789+/"
Definition at line 35 of file base64.cpp.