Creates MurmurHash utility.
The default seed is 0 and the endianness is set to "BE".
Creates MurmurHash utility.
If not provided, the endianness is set to "BE".
initial murmur hash seed as an unsigned 32-bit integer.
digest byte order: "BE", "LE" or "platform", optional. Default is "BE".
Creates MurmurHash utility.
The initial state is taken from the serialized state. Throws an error if serial is incorrect.
serialized state of the same MurmurHash type.
digest byte order: "BE", "LE" or "platform", optional. Default is "BE".
Creates MurmurHash utility.
The initial state is taken from another instance of murmur hash utility. Throws an error if incompatible hash is provided.
an instance of another MurmurHash.
digest byte order: "BE", "LE" or "platform", optional. Default is "BE".
Size in bytes of the serialized hasher.
Generated using TypeDoc
A factory interface for murmurhash incremental utility