| QuickHash Library | API |
|
MD4 API Functions
| SL_MD4_Init | Initializes the context. | |
| SL_MD4_Update | Updates the context with a continuous block of memory. | |
| SL_MD4_UpdateStr | Updates the context with a null-terminated string. | |
| SL_MD4_Final | Retrieves the MD4 digest from the context and reinitializes the context. | |
| SL_MD4_FinalHex | Retrieves the MD4 digest from the context and reinitializes the context. The obtained digest is a null-terminated hexadecimal string. | |
| SL_MD4_Calculate | Calculates the MD4 digest for a continuous block of memory. | |
| SL_MD4_CalculateStr | Calculates the MD4 digest for a null-terminated string. | |
| SL_MD4_CalculateHex | Calculates the MD4 digest for a continuous block of memory. The obtained digest is a null-terminated hexadecimal string. | |
| SL_MD4_CalculateStrHex | Calculates the MD4 digest for a null-terminated string. The obtained digest is a null-terminated hexadecimal string. | |
MD4 API Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |