
Class to provide a method for CRC-32 calculations. More...
#include "us_crc.h"
Static Public Member Functions | |
| static quint32 | crc32 (quint32, const unsigned char *, unsigned int) |
| Update a CRC value from data of a specified length. More... | |
|
static |
Update a CRC value from data of a specified length.
| crc | The input and updated Cyclic Redundancy Check value. |
| buf | The byte data buffer for which to calculate a CRC. |
| len | The length in bytes of the data to check. |
Definition at line 3 of file us_crc.cpp.
1.8.3.1-20130324