Crate wyhash_final4

Source
Expand description

This crate provides a pure rust implementation of wyhash_final4, which is an extremely fast hash function that can be implemented without any machine-specific instructions.

The wyhash_final4 is the latest version of wyhash, which is incompatible with previous versions, but resolves the issue of bad seeds that found in previous versions.

Re-exports§

pub use wyhash32::*;
pub use wyhash32condom::*;
pub use wyhash64::*;
pub use wyhash64condom::*;

Modules§

generics
wyhash32
wyhash64
wyhash32condom
wyhash64condom