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