Rizin
unix-like reverse engineering framework and cli tools
|
Precalculated CRC32 table with correct endianness. More...
Go to the source code of this file.
Variables | |
const uint32_t | lzma_crc32_table [8][256] |
Precalculated CRC32 table with correct endianness.
Definition in file crc32_table.c.
lzma_crc32_table[0] is needed by LZ encoder so we need to keep the array two-dimensional.
Definition at line 16 of file crc32_small.c.
Referenced by crc32_init(), and LZMA_API().