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

Precalculated CRC64 table with correct endianness. More...

#include "common.h"
#include "crc64_table_le.h"

Go to the source code of this file.

Variables

const uint64_t lzma_crc64_table [4][256]
 

Detailed Description

Precalculated CRC64 table with correct endianness.

Definition in file crc64_table.c.

Variable Documentation

◆ lzma_crc64_table

const uint64_t lzma_crc64_table[4][256]
extern

Definition at line 3 of file crc64_table_be.h.