Mercurial > hg > orthanc-webviewer
view Orthanc/Resources/ThirdParty/base64/base64.h @ 164:daab26759357 OrthancWebViewer-2.3
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Jul 2017 14:52:17 +0200 |
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);