Function mur3::murmurhash3_x86_32[][src]

pub fn murmurhash3_x86_32(bytes: &[u8], seed: u32) -> u32

Gets the 32-bit MurmurHash3 sum of data.

To feed multiple byte slices, use Hasher32 instead.