CRC32 calculation (size-optimized). More...
#include "check.h"
Functions | |
static void | crc32_init (void) |
LZMA_API (uint32_t) | |
Variables | |
uint32_t | lzma_crc32_table [1][256] |
CRC32 calculation (size-optimized).
uint32_t lzma_crc32_table[1][256] |
lzma_crc32_table[0] is needed by LZ encoder so we need to keep the array two-dimensional.