crc.h File Reference

Classes for CRC-32 checksum algorithm. More...

Go to the source code of this file.

Classes

class  CRC32
 CRC Checksum Calculation. More...

Defines

#define CRC32_INDEX(c)   (c & 0xff)
#define CRC32_SHIFTED(c)   (c >> 8)

Variables

const word32 CRC32_NEGL = 0xffffffffL

Detailed Description

Classes for CRC-32 checksum algorithm.

Definition in file crc.h.


Generated on 24 Mar 2016 for Crypto++ by  doxygen 1.6.1