Mercurial > hg > orthanc
view Resources/ThirdParty/base64/base64.h @ 2195:c5c77ceb38c0 lscoder/fix-drawingdicomizer-jquery-path-1480725856237
fix DrawingDicomizer jquery path
author | Leonardo da Silva Campos <leonardoscampos@gmail.com> |
---|---|
date | Sat, 03 Dec 2016 00:44:19 +0000 |
parents | f0544ab9396b |
children | 2e7c5c15ba25 |
line wrap: on
line source
#include <string> std::string base64_encode(const std::string& stringToEncode); std::string base64_decode(const std::string& s);