view Resources/ThirdParty/base64/base64.h @ 4:ecefd45026bf

configuration of the cache
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Feb 2015 16:55:37 +0100
parents 02f7a0400a91
children
line wrap: on
line source

#include <string>

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