Hashes a byte array to a 64-bit value.
Declared in <folly/external/farmhash/farmhash.h>
uint64_t
Hash64(
char const* s,
size_t len);
The 64-bit hash of the array.
| Name | Description |
|---|---|
| s | Pointer to the byte array to hash. |
| len | Length of the array, in bytes. |