| QuickHash Library | API |
|
CRC16C API Functions
| SL_CRC16C_Init | Initializes the context. | |
| SL_CRC16C_Update | Updates the context with a continuous block of memory. | |
| SL_CRC16C_UpdateStr | Updates the context with a null-terminated string. | |
| SL_CRC16C_Final | Retrieves the CRC16C checksum from the context and reinitializes the context. | |
| SL_CRC16C_FinalHex | Retrieves the CRC16C checksum from the context and reinitializes the context. The obtained checksum is a null-terminated hexadecimal string. | |
| SL_CRC16C_Calculate | Calculates the CRC16C checksum for a continuous block of memory. | |
| SL_CRC16C_CalculateStr | Calculates the CRC16C checksum for a null-terminated string. | |
| SL_CRC16C_CalculateHex | Calculates the CRC16C checksum for a continuous block of memory. The obtained checksum is a null-terminated hexadecimal string. | |
| SL_CRC16C_CalculateStrHex | Calculates the CRC16C checksum for a null-terminated string. The obtained checksum is a null-terminated hexadecimal string. | |
CRC16C API Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |