Mercurial > hg > orthanc-webviewer
view Orthanc/Resources/ThirdParty/base64/base64.h @ 168:38aa615b7667
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Aug 2017 21:54:36 +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);