view Orthanc/Resources/ThirdParty/base64/base64.h @ 174:81f16c5667ba

upgrade to year 2018
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jan 2018 09:59:39 +0100
parents d850500b8ca6
children
line wrap: on
line source

#include <string>

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