Mercurial > hg > orthanc
view OrthancFramework/Resources/ThirdParty/base64/base64.h @ 4607:f75c63aa9de0 db-changes
differentiating between shared and private global properties
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 30 Mar 2021 18:10:27 +0200 |
parents | d25f4c0fa160 |
children |
line wrap: on
line source
#include <string> void base64_encode(std::string& result, const std::string& stringToEncode); void base64_decode(std::string& result, const std::string& s);