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