| QuickHash Library | API |
|
CRC16 API Functions
| SL_CRC16_Init | Initializes the context. | |
| SL_CRC16_Update | Updates the context with a continuous block of memory. | |
| SL_CRC16_UpdateStr | Updates the context with a null-terminated string. | |
| SL_CRC16_Final | Retrieves the CRC16 checksum from the context and reinitializes the context. | |
| SL_CRC16_FinalHex | Retrieves the CRC16 checksum from the context and reinitializes the context. The obtained checksum is a null-terminated hexadecimal string. | |
| SL_CRC16_Calculate | Calculates the CRC16 checksum for a continuous block of memory. | |
| SL_CRC16_CalculateStr | Calculates the CRC16 checksum for a null-terminated string. | |
| SL_CRC16_CalculateHex | Calculates the CRC16 checksum for a continuous block of memory. The obtained checksum is a null-terminated hexadecimal string. | |
| SL_CRC16_CalculateStrHex | Calculates the CRC16 checksum for a null-terminated string. The obtained checksum is a null-terminated hexadecimal string. | |
CRC16 API Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |