Crate highwayhash[−][src]
Structs
HighwayHasher |
std-Wrapper for |
Functions
highwayhash64 |
HighwayHash is a strong pseudorandom function with security claims. It is intended as a safer general-purpose hash, about 4x faster than SipHash and 10x faster than BLAKE2. |
highwayhash64_portable |
HighwayHash is a strong pseudorandom function with security claims. It is intended as a safer general-purpose hash, about 4x faster than SipHash and 10x faster than BLAKE2. |
siphash |
An implementation of SipHash 2-4. |
siphash13 |
An implementation of SipHash 1-3. |