Skip to main content

Module v1

Module v1 

Source
Expand description

Portable hashing: rapidhash V1 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_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.