EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
crc32.cpp File Reference
#include "eve-core.h"
#include "utils/crc32.h"
Include dependency graph for crc32.cpp:

Go to the source code of this file.

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