Rizin
unix-like reverse engineering framework and cli tools
crc32_table.c File Reference

Precalculated CRC32 table with correct endianness. More...

#include "common.h"
#include "crc32_table_le.h"

Go to the source code of this file.

Variables

const uint32_t lzma_crc32_table [8][256]
 

Detailed Description

Precalculated CRC32 table with correct endianness.

Definition in file crc32_table.c.

Variable Documentation

◆ lzma_crc32_table

const uint32_t lzma_crc32_table[8][256]
extern

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