Sha256: 68e1374c6d15fc9ca76e85bf294f9c73f7b8314b36d321dc641383a8c49ee40f
Contents?: true
Size: 162 Bytes
Versions: 7
Compression:
Stored size: 162 Bytes
Contents
#ifndef _CRC64_JONES_H_ #define _CRC64_JONES_H_ #include "../crc64/crc64.h" crc64_t crc64_jones_update(crc64_t crc, const void *data, size_t data_len); #endif
Version data entries
7 entries across 7 versions & 1 rubygems