Hashes a byte array to a 32‐bit value.

Synopsis

Declared in <folly/external/farmhash/farmhash.h>

uint32_t
Hash32(
    char const* s,
    size_t len);

Return Value

The 32‐bit hash of the array.

Parameters

Name

Description

s

Pointer to the byte array to hash.

len

Length of the array, in bytes.

Created with MrDocs