view Resources/ThirdParty/base64/base64.h @ 2935:aeeb40a35ce1

/image-uint16: return 404 instead of unsupported.png when instance is not found
author am@osimis.io
date Wed, 28 Nov 2018 14:34:56 +0100
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);