FNVA hash of a string.
Declared in <folly/hash/FnvHash.h>
uint64_t
fnva64(
std::string const& str,
uint64_t hash = fnva64_hash_start) noexcept;
The resulting FNV hash value
| Name | Description |
|---|---|
| hash | The initial hash seed. |
| str | String whose bytes are hashed |
fnv32 methodset fnv