diff Core/Toolbox.h @ 693:01d8611c4a60

md5 for attached files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2014 17:52:51 +0100
parents 2e67366aab83
children 203157cb4fde
line wrap: on
line diff
--- a/Core/Toolbox.h	Tue Feb 04 16:57:34 2014 +0100
+++ b/Core/Toolbox.h	Tue Feb 04 17:52:51 2014 +0100
@@ -88,6 +88,10 @@
     void ComputeMD5(std::string& result,
                     const std::string& data);
 
+    void ComputeMD5(std::string& result,
+                    const void* data,
+                    size_t length);
+
     void ComputeSHA1(std::string& result,
                      const std::string& data);