| QuickHash Library | API |
|
MD2 API Functions
| SL_MD2_Init | Initializes the context. | |
| SL_MD2_Update | Updates the context with a continuous block of memory. | |
| SL_MD2_UpdateStr | Updates the context with a null-terminated string. | |
| SL_MD2_Final | Retrieves the MD2 digest from the context and reinitializes the context. | |
| SL_MD2_FinalHex | Retrieves the MD2 digest from the context and reinitializes the context. The obtained digest is a null-terminated hexadecimal string. | |
| SL_MD2_Calculate | Calculates the MD2 digest for a continuous block of memory. | |
| SL_MD2_CalculateStr | Calculates the MD2 digest for a null-terminated string. | |
| SL_MD2_CalculateHex | Calculates the MD2 digest for a continuous block of memory. The obtained digest is a null-terminated hexadecimal string. | |
| SL_MD2_CalculateStrHex | Calculates the MD2 digest for a null-terminated string. The obtained digest is a null-terminated hexadecimal string. | |
MD2 API Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |