| QuickHash Library | API |
|
SHA1 API Functions
| SL_SHA1_Init | Initializes the context. | |
| SL_SHA1_Update | Updates the context with a continuous block of memory. | |
| SL_SHA1_UpdateStr | Updates the context with a null-terminated string. | |
| SL_SHA1_Final | Retrieves the SHA1 digest from the context and reinitializes the context. | |
| SL_SHA1_FinalHex | Retrieves the SHA1 digest from the context and reinitializes the context. The obtained digest is a null-terminated hexadecimal string. | |
| SL_SHA1_Calculate | Calculates the SHA1 digest for a continuous block of memory. | |
| SL_SHA1_CalculateStr | Calculates the SHA1 digest for a null-terminated string. | |
| SL_SHA1_CalculateHex | Calculates the SHA1 digest for a continuous block of memory. The obtained digest is a null-terminated hexadecimal string. | |
| SL_SHA1_CalculateStrHex | Calculates the SHA1 digest for a null-terminated string. The obtained digest is a null-terminated hexadecimal string. | |
SHA1 API Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |