# File: `md5.h` ## Classes - `MD5` - `MD5Context` ## Functions - `void Generate(const char* iString);` - `void Generate(const int8* buf, uint32 len);` - `bool Set(const int8 buf[16]);` - `bool Set(const char* iMD5String);` ## Notable Comments - /* - */