Prototypes | |
Pearson hash function | |
| int | XLALPearsonHash (void *hval, const size_t hval_len, const void *data, const size_t data_len) |
| Compute a arbitrary-sized Pearson hash value for the given arbitrary data. More... | |
CityHash hash functions | |
| UINT8 | XLALCityHash64 (const char *buf, size_t len) |
| Hash function for a byte array. More... | |
| UINT8 | XLALCityHash64WithSeed (const char *buf, size_t len, UINT8 seed) |
| Hash function for a byte array. More... | |
| UINT8 | XLALCityHash64WithSeeds (const char *buf, size_t len, UINT8 seed0, UINT8 seed1) |
| Hash function for a byte array. More... | |
| UINT4 | XLALCityHash32 (const char *buf, size_t len) |
| Hash function for a byte array. More... | |