Mercurial > hg > orthanc-webviewer
view Resources/ThirdParty/base64/base64.h @ 24:ed9acb0f938e
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 01 Jun 2015 12:48:18 +0200 |
parents | 02f7a0400a91 |
children |
line wrap: on
line source
#include <string> std::string base64_encode(const std::string& stringToEncode); std::string base64_decode(const std::string& s);