| QuickHash Library | API |
|
SHA384 API Functions
| SL_SHA384_Init | Initializes the context. | |
| SL_SHA384_Update | Updates the context with a continuous block of memory. | |
| SL_SHA384_UpdateStr | Updates the context with a null-terminated string. | |
| SL_SHA384_Final | Retrieves the SHA384 digest from the context and reinitializes the context. | |
| SL_SHA384_FinalHex | Retrieves the SHA384 digest from the context and reinitializes the context. The obtained digest is a null-terminated hexadecimal string. | |
| SL_SHA384_Calculate | Calculates the SHA384 digest for a continuous block of memory. | |
| SL_SHA384_CalculateStr | Calculates the SHA384 digest for a null-terminated string. | |
| SL_SHA384_CalculateHex | Calculates the SHA384 digest for a continuous block of memory. The obtained digest is a null-terminated hexadecimal string. | |
| SL_SHA384_CalculateStrHex | Calculates the SHA384 digest for a null-terminated string. The obtained digest is a null-terminated hexadecimal string. | |
SHA384 API Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |