28 #ifndef CITY_HASH_CRC_H_ 29 #define CITY_HASH_CRC_H_ 51 #endif // CITY_HASH_CRC_H_
uint128 CityHashCrc128(const char *s, size_t len)
uint128 CityHashCrc128WithSeed(const char *s, size_t len, uint128 seed)
void CityHashCrc256(const char *s, size_t len, uint64 *result)