![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
CRC32 calculation (size-optimized) More...
#include "check.h"
Functions | |
void | lzma_crc32_init (void) |
LZMA_API (uint32_t) | |
Variables | |
uint32_t | lzma_crc32_table [1][256] |
CRC32 calculation (size-optimized)
|
extern |
|
extern |
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.