comparison 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
comparison
equal deleted inserted replaced
21:29bfa3095207 22:1bc6327d1de3
55 55
56 std::string FlattenUri(const UriComponents& components, 56 std::string FlattenUri(const UriComponents& components,
57 size_t fromLevel = 0); 57 size_t fromLevel = 0);
58 58
59 uint64_t GetFileSize(const std::string& path); 59 uint64_t GetFileSize(const std::string& path);
60
61 void ComputeMD5(std::string& result,
62 const std::string& data);
60 } 63 }
61 } 64 }