Alias for fnv64_append_byte_BROKEN.
Declared in <folly/hash/FnvHash.h>
constexpr
uint64_t
fnv64_append_byte(
uint64_t hash,
uint8_t c);
The updated FNV hash value
| Name | Description |
|---|---|
| hash | Running FNV hash value to update |
| c | Byte to fold into the hash |
fnv32_BROKEN methodset fnv