| FastCRC Library | Type Library |
|
CRC32 Type Library Functions
| FCRC32_Init | Initializes the crc variable. | |
| FCRC32_Update | Updates the crc variable with a continuous block of memory. | |
| FCRC32_UpdateStr | Updates the crc variable with a null-terminated string. | |
| FCRC32_Final | Retrieves the CRC32 checksum from the crc variable and reinitializes the crc variable. | |
| FCRC32_Calculate | Calculates the CRC32 checksum for a continuous block of memory. | |
| FCRC32_CalculateStr | Calculates the CRC32 checksum for a null-terminated string. | |
| FCRC32_CalculateFile | Calculates the CRC32 checksum for a file. | |
General Type Library Functions
| FCRC_LongToHex32 | Returns the hexadecimal representation of a long number. | |
| FCRC_LongToHex16 | Returns the hexadecimal representation of the first 16 bits of a long number. | |
Type Library Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |