view Orthanc/Resources/ThirdParty/base64/base64.h @ 62:620b58743b87 OrthancWebViewer-1.2

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 02 Aug 2015 15:29:23 +0200
parents 15acbf5e7545
children d850500b8ca6
line wrap: on
line source

#include <string>

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