Crate wy

Source
Expand description

Rust implementation of wyhash algorithm

Structs§

AtomicRandom
Atomic Wyhash based PRNG.
Random
Wyhash based PRNG.

Functions§

def_hash
Alias to hash with DEFAULT_SECRET
hash
Hashing algorithm optimized for small input (<= 64).
hash32
Hashing algorithm optimized for 32 bit
random
Generates random number with specified seed.