| QuickHash Library | API |
|
MD5 API Functions
| SL_MD5_Init | Initializes the context. | |
| SL_MD5_Update | Updates the context with a continuous block of memory. | |
| SL_MD5_UpdateStr | Updates the context with a null-terminated string. | |
| SL_MD5_Final | Retrieves the MD5 digest from the context and reinitializes the context. | |
| SL_MD5_FinalHex | Retrieves the MD5 digest from the context and reinitializes the context. The obtained digest is a null-terminated hexadecimal string. | |
| SL_MD5_Calculate | Calculates the MD5 digest for a continuous block of memory. | |
| SL_MD5_CalculateStr | Calculates the MD5 digest for a null-terminated string. | |
| SL_MD5_CalculateHex | Calculates the MD5 digest for a continuous block of memory. The obtained digest is a null-terminated hexadecimal string. | |
| SL_MD5_CalculateStrHex | Calculates the MD5 digest for a null-terminated string. The obtained digest is a null-terminated hexadecimal string. | |
MD5 API Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |