CRC64 Implementation.
More...
CRC64 Implementation.
This is an implementation of the CRC64 hash function implementation
static uint64_t MALP_Trace_crc64 |
( |
char * |
source, |
|
|
uint64_t |
size |
|
) |
| |
|
inlinestatic |
Computes the hash of a given data.
- Parameters
-
source | buffer containing the data to be hashed |
size | the size of the buffer |
- Returns
- the hashcode (64 bits)
Definition at line 54 of file CRC64.h.
void MALP_Trace_crc64_init |
( |
| ) |
|
This initializes the CRC64 internals.
This function fills the table (crc_table)
Definition at line 26 of file CRC64.c.
crc_table
Definition at line 24 of file CRC64.c.