untested (and no possible retrieval) of CRC used to represent data in
AVL trees
This commit is contained in:
9
src/crc64.h
Normal file
9
src/crc64.h
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @file crc64.h
|
||||
* @date March 24th 2016
|
||||
* @brief Header file for CRC64 function.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint64_t crc64(const unsigned char* s, uint64_t l);
|
Reference in New Issue
Block a user