Pol  Rev 533
clib/MD5.h
Go to the documentation of this file.
00001 /*
00002 History
00003 =======
00004 
00005 Notes
00006 =======
00007 
00008 */
00009 
00010 #ifndef MD5_H
00011 #define MD5_H
00012 
00013 bool MD5_Encrypt(const std::string& in, std::string& out);
00014 bool MD5_Compare(const std::string& a, const std::string& b);
00015 void MD5_Cleanup();
00016 
00017 #endif