/** * @file crc64.h * @date March 24th 2016 * @brief Header file for CRC64 function. */ #include uint64_t crc64(const char* s, uint64_t l);