Hash a single message in one call, returning 64-bit output.
Declared in <folly/hash/SpookyHashV2.h>
static
uint64_t
Hash64(
void const* message,
size_t length,
uint64_t seed);
The 64-bit hash of the message
| Name | Description |
|---|---|
| message | Message to hash |
| length | Length of the message in bytes |
| seed | Seed value |