yanyiwu / limonp

C++ headers(hpp) library with Python style.
MIT License
127 stars 44 forks source link

change md5.hpp #3

Closed aholic closed 10 years ago

aholic commented 10 years ago
inline bool md5File(const char* filepath, std::string& res);
inline bool md5String(const char* str, std::string& res);