1
0
EQ2Emu/docs/code/md5.md
2025-05-06 09:54:48 -04:00

19 lines
259 B
Markdown

# 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
- /*
- */