view Resources/base64/base64.h @ 86:de8a5329b069

fix of base64
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Sep 2012 11:21:05 +0200
parents 166664f0f860
children
line wrap: on
line source

#include <string>

std::string base64_encode(const std::string& stringToEncode);
std::string base64_decode(const std::string& s);