wyhash 0.6.0

Rust implementation of the WyHash fast portable non-cryptographic hashing algorithm and random number generator.
Documentation
1
2
3
4
5
mod functions;
pub use functions::{make_secret, wyhash, wyrng};

mod traits;
pub use traits::{WyHash, WyHasherBuilder, WyRng};