| FastCRC Library | Type Library |
|
CRC16 Type Library Functions
| FCRC16_Init | Initializes the crc variable. | |
| FCRC16_Update | Updates the crc variable with a continuous block of memory. | |
| FCRC16_UpdateStr | Updates the crc variable with a null-terminated string. | |
| FCRC16_Final | Retrieves the CRC16 checksum from the crc variable and reinitializes the crc variable. | |
| FCRC16_Calculate | Calculates the CRC16 checksum for a continuous block of memory. | |
| FCRC16_CalculateStr | Calculates the CRC16 checksum for a null-terminated string. | |
| FCRC16_CalculateFile | Calculates the CRC16 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 |