![]() |
ATLAS Offline Software
|
Precomputed tables and constants for the CRC calculation. More...
Public Member Functions | |
| CRCTable (uint64_t p, uint64_t initial=0xffffffffffffffff) | |
| Initialize the CRC tables and constants. | |
Public Attributes | |
| uint64_t | m_initial |
| Initial CRC value. | |
| uint64_t | m_table [256] |
| Lookup table for bytewise CRC calculation. | |
| CxxUtils::CRCTable::CRCTable | ( | uint64_t | p, |
| uint64_t | initial = 0xffffffffffffffff ) |
Initialize the CRC tables and constants.
| p | Polynomial for the CRC. A 1 in the 2^64 bit is implied. |
Definition at line 495 of file crc64.cxx.
| uint64_t CxxUtils::CRCTable::m_table[256] |