FastqPuri
Functions
citycrc.h File Reference

functions for hashin strings, C translation of cityhash (C++, google) More...

#include "city.h"
Include dependency graph for citycrc.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)
 

Detailed Description

functions for hashin strings, C translation of cityhash (C++, google)

Author
bdnt
See also
https://github.com/bdnt/cityhash-c
https://github.com/google/cityhash