FarmHash "cc" variant, derived from CityHash.
| Name | Description |
|---|---|
CityHash128WithSeed | Hashes a byte array to a 128-bit value using CityHash, mixing in a 128-bit seed. |
Fingerprint128 | Fingerprints a byte array to a 128-bit value. |
Fingerprint32 | Fingerprints a byte array to a 32-bit value. |
Fingerprint64 | Fingerprints a byte array to a 64-bit value. |
Hash | Hashes a byte array to a size_t value. |
Hash128 | Hashes a byte array to a 128-bit value. |
Hash128WithSeed | Hashes a byte array to a 128-bit value, mixing in a 128-bit seed. |
Hash32 | Hashes a byte array to a 32-bit value. |
Hash32WithSeed | Hashes a byte array to a 32-bit value, mixing in a 32-bit seed. |
Hash64 | Hashes a byte array to a 64-bit value. |
Hash64WithSeed | Hashes a byte array to a 64-bit value, mixing in a 64-bit seed. |
Hash64WithSeeds | Hashes a byte array to a 64-bit value, mixing in two 64-bit seeds. |