Structs§
- Murmur3
Hasher - 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.