EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
crc32.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CRC32
 Wrapper class for generating CRC-32 checksums. More...
 

Variables

const uint32 CRC32_LOOKUP_TABLE [0x100]
 

Variable Documentation

const uint32 CRC32_LOOKUP_TABLE[0x100]

Precomputed lookup table used to speed up CRC-32 calculation.

Definition at line 30 of file crc32.cpp.

Referenced by CRC32::Update().