Mercurial > hg > orthanc-dicomweb
view Orthanc/Resources/ThirdParty/base64/base64.h @ 47:3c6edd600dcc
use toolbox from Orthanc
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 02 Aug 2015 09:28:32 +0200 |
parents | |
children |
line wrap: on
line source
#include <string> std::string base64_encode(const std::string& stringToEncode); std::string base64_decode(const std::string& s);