comparison Core/Toolbox.h @ 24:166664f0f860

base64
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Aug 2012 10:42:43 +0200
parents 1bc6327d1de3
children a15e90e5d6fc
comparison
equal deleted inserted replaced
23:62bd05fe4b7c 24:166664f0f860
58 58
59 uint64_t GetFileSize(const std::string& path); 59 uint64_t GetFileSize(const std::string& path);
60 60
61 void ComputeMD5(std::string& result, 61 void ComputeMD5(std::string& result,
62 const std::string& data); 62 const std::string& data);
63
64 std::string EncodeBase64(const std::string& data);
63 } 65 }
64 } 66 }