Expand description
Portable hashing: rapidhash V1 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_
v1 - Rapidhash a single byte stream, matching the C++ implementation.
- rapidhash_
v1_ inline - Rapidhash a single byte stream, matching the C++ implementation.
- rapidhash_
v1_ seeded - Rapidhash a single byte stream, matching the C++ implementation, with a custom seed.