Skip to main content

Module v2

Module v2 

Source
Expand description

Portable hashing: rapidhash V2.2 algorithm.

For new code, please use crate::v3 instead, as it is a superior hashing algorithm.

Structs§

RapidSecrets
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.