| QuickHash Library | API |
|
CRC32 API Functions
| SL_CRC32_Init | Initializes the context. | |
| SL_CRC32_Update | Updates the context with a continuous block of memory. | |
| SL_CRC32_UpdateStr | Updates the context with a null-terminated string. | |
| SL_CRC32_Final | Retrieves the CRC32 checksum from the context and reinitializes the context. | |
| SL_CRC32_FinalHex | Retrieves the CRC32 checksum from the context and reinitializes the context. The obtained checksum is a null-terminated hexadecimal string. | |
| SL_CRC32_Calculate | Calculates the CRC32 checksum for a continuous block of memory. | |
| SL_CRC32_CalculateStr | Calculates the CRC32 checksum for a null-terminated string. | |
| SL_CRC32_CalculateHex | Calculates the CRC32 checksum for a continuous block of memory. The obtained checksum is a null-terminated hexadecimal string. | |
| SL_CRC32_CalculateStrHex | Calculates the CRC32 checksum for a null-terminated string. The obtained checksum is a null-terminated hexadecimal string. | |
CRC32 API Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |