view Orthanc/Resources/ThirdParty/base64/base64.h @ 244:ecf865295777 OrthancWebViewer-2.2

closing OrthancWebViewer-2.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 25 May 2020 14:08:55 +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);