Mercurial > hg > orthanc
view Resources/base64/base64.h @ 64:71c4a4abe90b orthanc-renaming
renaming of resources
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 16 Sep 2012 09:35:31 +0200 |
parents | 166664f0f860 |
children | de8a5329b069 |
line wrap: on
line source
#include <string> std::string base64_encode(const char* stringToEncode); std::string base64_decode(const std::string& s);