view Resources/ThirdParty/base64/base64.h @ 2500:3b802ac81a27

dcmtk-3.6.2-cmath.patch
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 24 Mar 2018 11:29:02 +0100
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);