view Resources/ThirdParty/base64/base64.h @ 6:f0042ad844c3 OrthancWebViewer-1.0

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Feb 2015 17:28:32 +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);