Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CRC64.h File Reference
#include <stdio.h>
#include <stdint.h>
Include dependency graph for CRC64.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void MALP_Trace_crc64_init ()
 This initializes the CRC64 internals. More...
 
static uint64_t MALP_Trace_crc64 (char *source, uint64_t size)
 Computes the hash of a given data. More...
 

Variables

uint64_t crc_table [256]
 crc_table More...