folly::hash::SpookyHashV2::Hash64

Hash a single message in one call, returning 64-bit output.

Synopsis

Declared in <folly/hash/SpookyHashV2.h>

static
uint64_t
Hash64(
    void const* message,
    size_t length,
    uint64_t seed);

Return Value

The 64-bit hash of the message

Parameters

NameDescription
messageMessage to hash
lengthLength of the message in bytes
seedSeed value