Lolly 1.4.27
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
base64.cpp File Reference
#include "base64.hpp"
#include "array.hpp"
#include "string.hpp"
Include dependency graph for base64.cpp:

Go to the source code of this file.

Namespaces

namespace  lolly
 
namespace  lolly::data
 

Functions

static string lolly::data::encode_base64 (char c1, char c2, char c3)
 
string lolly::data::encode_base64 (string s)
 
string lolly::data::decode_base64 (array< int > ac)
 
string lolly::data::decode_base64 (string s)
 

Variables

static const char lolly::data::int_to_b64 []
 
static const char lolly::data::b64_to_int []