Expand description
Port of Bob Jenkins’ lookup3.c
to Rust.
These functions are not intended for cryptographic purposes.
Functions§
- hashlittle
- Hash a variable-length key into a
u32
. - hashlittle2
- Returns 2 32-bit hash values, reading
key
in chunks of 3 little-endianu32
s.