CRC Calculations.
Go to the source code of this file.
Functions | |
uint32_t | CalculateCRC (uint32_t crc, const uint8_t *data, unsigned int size) |
Calculate the CRC of a data block. complete. More... | |
uint32_t CalculateCRC | ( | uint32_t | crc, |
const uint8_t * | data, | ||
unsigned int | size | ||
) |
Calculate the CRC of a data block. complete.
crc | The original CRC. |
data | The data |
size | The size of the data. |