Mercurial > hg > orthanc-stone
view Framework/Orthanc/Resources/ThirdParty/base64/base64.h @ 9:4cf45e539cd9
notes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Oct 2016 09:03:30 +0200 |
parents | 2dbe613f6c93 |
children |
line wrap: on
line source
#include <string> std::string base64_encode(const std::string& stringToEncode); std::string base64_decode(const std::string& s);