Lolly
1.4.28
Loading...
Searching...
No Matches
lolly
data
base64.hpp
Go to the documentation of this file.
1
2
/******************************************************************************
3
* MODULE : base64.hpp
4
* DESCRIPTION: Implementation of the base64 coding as described by RFC-3548.
5
* COPYRIGHT : (C) 2013 Francois Poulain
6
*******************************************************************************
7
* This software falls under the GNU general public license version 3 or later.
8
* It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
9
* in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
10
******************************************************************************/
11
12
#pragma once
13
14
#include "
string.hpp
"
15
16
namespace
lolly
{
17
namespace
data {
18
string
encode_base64
(
string
s);
19
string
decode_base64
(
string
s);
20
}
// namespace data
21
}
// namespace lolly
lolly::data::decode_base64
string decode_base64(array< int > ac)
Definition
base64.cpp:67
lolly::data::encode_base64
static string encode_base64(char c1, char c2, char c3)
Definition
base64.cpp:24
lolly
Definition
lolly_tree_bench.cpp:13
string.hpp
Generated by
1.10.0