| QuickHash Library | API |
|
SHA512 API Functions
| SL_SHA512_Init | Initializes the context. | |
| SL_SHA512_Update | Updates the context with a continuous block of memory. | |
| SL_SHA512_UpdateStr | Updates the context with a null-terminated string. | |
| SL_SHA512_Final | Retrieves the SHA512 digest from the context and reinitializes the context. | |
| SL_SHA512_FinalHex | Retrieves the SHA512 digest from the context and reinitializes the context. The obtained digest is a null-terminated hexadecimal string. | |
| SL_SHA512_Calculate | Calculates the SHA512 digest for a continuous block of memory. | |
| SL_SHA512_CalculateStr | Calculates the SHA512 digest for a null-terminated string. | |
| SL_SHA512_CalculateHex | Calculates the SHA512 digest for a continuous block of memory. The obtained digest is a null-terminated hexadecimal string. | |
| SL_SHA512_CalculateStrHex | Calculates the SHA512 digest for a null-terminated string. The obtained digest is a null-terminated hexadecimal string. | |
SHA512 API Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |