| QuickHash Library | API |
|
TIGER API Functions
| SL_TIGER_Init | Initializes the context. | |
| SL_TIGER_Update | Updates the context with a continuous block of memory. | |
| SL_TIGER_UpdateStr | Updates the context with a null-terminated string. | |
| SL_TIGER_Final | Retrieves the TIGER digest from the context and reinitializes the context. | |
| SL_TIGER_FinalHex | Retrieves the TIGER digest from the context and reinitializes the context. The obtained digest is a null-terminated hexadecimal string. | |
| SL_TIGER_Calculate | Calculates the TIGER digest for a continuous block of memory. | |
| SL_TIGER_CalculateStr | Calculates the TIGER digest for a null-terminated string. | |
| SL_TIGER_CalculateHex | Calculates the TIGER digest for a continuous block of memory. The obtained digest is a null-terminated hexadecimal string. | |
| SL_TIGER_CalculateStrHex | Calculates the TIGER digest for a null-terminated string. The obtained digest is a null-terminated hexadecimal string. | |
TIGER API Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |