Expand description
Portable hashing: rapidhash V2.2 algorithm.
For new code, please use crate::v3 instead, as it is a superior hashing algorithm.
Structs§
- Rapid
Secrets - Hold the seed and secrets to be used by rapidhash.
Constants§
- DEFAULT_
RAPID_ SECRETS - The default rapidhash secrets used in the C++ implementation.
Functions§
- rapidhash_
v2_ 2 - Rapidhash V2.2 a single byte stream, matching the C++ implementation, with the default seed.
- rapidhash_
v2_ 2_ seeded - Rapidhash V2.2 a single byte stream, matching the C++ implementation, with a custom seed.
- rapidhash_
v2_ inline - Rapidhash V2 a single byte stream, matching the C++ implementation.