diff Core/Toolbox.h @ 22:1bc6327d1de3

MD5 sum
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Aug 2012 11:45:53 +0200
parents 3959d33612cc
children 166664f0f860
line wrap: on
line diff
--- a/Core/Toolbox.h	Tue Jul 31 17:56:27 2012 +0200
+++ b/Core/Toolbox.h	Mon Aug 27 11:45:53 2012 +0200
@@ -57,5 +57,8 @@
                            size_t fromLevel = 0);
 
     uint64_t GetFileSize(const std::string& path);
+
+    void ComputeMD5(std::string& result,
+                    const std::string& data);
   }
 }