Hash a byte buffer with rapidhashMicro and an explicit seed, uint64_t rapidhashMicro_with_seed(const char* key, size_t len, uint64_t seed).

Synopsis

Declared in <folly/hash/rapidhash.h>

using external::rapidhashMicro_with_seed;

Introduced Symbols

Name

Description

rapidhashMicro_with_seed

rapidhashMicro seeded hash function.

Created with MrDocs