Crate mm3h

Crate mm3h 

Source

Structs§

Murmur3Hasher
A stateful implementation of the MurmurHash3 (x86_32) algorithm.

Functions§

murmurhash2_64
Computes the 64-bit MurmurHash2 of a byte slice.
murmurhash2_64_with_seed
Computes a 64-bit Murmur2 hash of the given byte slice with a seed.
murmurhash3_32
Computes the 32-bit MurmurHash3 hash of the given byte slice.
murmurhash3_32_with_seed
Computes the 32-bit MurmurHash3 hash of the given byte slice using a custom seed.
murmurhash3_128
Computes the 128-bit MurmurHash3 of a byte slice using a default seed of 0.
murmurhash3_128_with_seed
Computes the 128-bit MurmurHash3 of a byte slice with a seed.