Mercurial > hg > orthanc
view OrthancFramework/Resources/ThirdParty/base64/base64.h @ 4678:2e850edf03d6
Full support for the anonymization of subsequences containing tags whose VR is UI
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 04 Jun 2021 17:38:43 +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);