Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Macros | Variables
crc.h File Reference

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

#include "cryptlib.h"
Include dependency graph for crc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CRC32
 CRC-32 Checksum Calculation. More...
 
class  CRC32C
 CRC-32C Checksum Calculation. More...
 

Macros

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

Variables

const word32 CRC32_NEGL = 0xffffffffL
 

Detailed Description

Classes for CRC-32 and CRC-32C checksum algorithm.

Definition in file crc.h.

Macro Definition Documentation

#define CRC32_INDEX (   c)    (c & 0xff)

Definition at line 17 of file crc.h.

#define CRC32_SHIFTED (   c)    (c >> 8)

Definition at line 18 of file crc.h.

Variable Documentation

const word32 CRC32_NEGL = 0xffffffffL

Definition at line 14 of file crc.h.