comparison Orthanc/Core/Toolbox.h @ 36:dbc1c9ca0030

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2015 10:01:23 +0200
parents 7c6cf09d838b
children 902dedf9882a
comparison
equal deleted inserted replaced
35:7c6cf09d838b 36:dbc1c9ca0030
98 size_t length); 98 size_t length);
99 99
100 void ComputeSHA1(std::string& result, 100 void ComputeSHA1(std::string& result,
101 const std::string& data); 101 const std::string& data);
102 102
103 bool IsSHA1(const std::string& str); 103 bool IsSHA1(const char* str,
104 size_t size);
105
106 bool IsSHA1(const std::string& s);
104 107
105 void DecodeBase64(std::string& result, 108 void DecodeBase64(std::string& result,
106 const std::string& data); 109 const std::string& data);
107 110
108 void EncodeBase64(std::string& result, 111 void EncodeBase64(std::string& result,