Computes the 32-bit MurmurHash3 of the given data.
Declared in <hash.h>
unsigned int
MurmurHash3(
unsigned int nHashSeed,
std::span<unsigned char const> vDataToHash);
The 32-bit MurmurHash3 value.
| Name | Description |
|---|---|
| nHashSeed | The seed value for the hash. |
| vDataToHash | The data to hash. |