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