The key to hash
The seed to use to hash
The hash in a Buffer
containing a single unsigned 32-bit integer in big-endian format (UInt32BE)
Hashes a provided key with a seed using the MurmurHash3 algorithm yielding a 32-bit hash.
The key will be converted to a Buffer
using Buffer.from()
.
The key to hash
The seed to use to hash
The hash in a Buffer
containing a single unsigned 32-bit integer in big-endian format (UInt32BE)
Hashes a provided key with a seed using the MurmurHash3 algorithm yielding a 32-bit hash.