view Resources/ThirdParty/base64/base64.h @ 2776:218854b02a71 Orthanc-1.4.1

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Jul 2018 13:14:51 +0200
parents f0544ab9396b
children 2e7c5c15ba25
line wrap: on
line source

#include <string>

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