| FastCRC Library | Type Library |
|
CRC16C Type Library Functions
| FCRC16C_Init | Initializes the crc variable. | |
| FCRC16C_Update | Updates the crc variable with a continuous block of memory. | |
| FCRC16C_UpdateStr | Updates the crc variable with a null-terminated string. | |
| FCRC16C_Final | Retrieves the CRC16C checksum from the crc variable and reinitializes the crc variable. | |
| FCRC16C_Calculate | Calculates the CRC16C checksum for a continuous block of memory. | |
| FCRC16C_CalculateStr | Calculates the CRC16C checksum for a null-terminated string. | |
| FCRC16C_CalculateFile | Calculates the CRC16C 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 |