FastqPuri
|
functions for hashin strings, C translation of cityhash (C++, google) More...
#include "city.h"
Go to the source code of this file.
Functions | |
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) |
functions for hashin strings, C translation of cityhash (C++, google)