comparison Core/Toolbox.h @ 3401:962e5f00744b

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jun 2019 14:58:27 +0200
parents b32b7c44a223
children 7ae553d9c366 94f4a18a79cc
comparison
equal deleted inserted replaced
3400:0faae6f6e3c5 3401:962e5f00744b
138 138
139 void ComputeSHA1(std::string& result, 139 void ComputeSHA1(std::string& result,
140 const void* data, 140 const void* data,
141 size_t size); 141 size_t size);
142 142
143 bool IsSHA1(const char* str, 143 bool IsSHA1(const void* str,
144 size_t size); 144 size_t size);
145 145
146 bool IsSHA1(const std::string& s); 146 bool IsSHA1(const std::string& s);
147 147
148 #if ORTHANC_ENABLE_BASE64 == 1 148 #if ORTHANC_ENABLE_BASE64 == 1