OLE Developer Guide  Latest Git
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
crc.h File Reference

Detailed Description

CRC Calculations.

Include dependency graph for crc.h:

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...
 

Function Documentation

uint32_t CalculateCRC ( uint32_t  crc,
const uint8_t *  data,
unsigned int  size 
)

Calculate the CRC of a data block. complete.

Parameters
crcThe original CRC.
dataThe data
sizeThe size of the data.
Returns
The updated CRC.