Skip to main content

Module v3

Module v3 

Source
Expand description

Portable hashing: rapidhash V3 algorithm.

Structs§

RapidSecrets
Hold the seed and secrets to be used by rapidhash.
RapidStreamHasherInlineV3
A bytewise-style incremental interface for rapidhash.

Constants§

DEFAULT_RAPID_SECRETS
The default rapidhash secrets used in the C++ implementation.

Functions§

rapidhash_v3
Rapidhash V3 a single byte stream, matching the C++ implementation, with the default seed.
rapidhash_v3_inline
Rapidhash V3 a single byte stream, matching the C++ implementation.
rapidhash_v3_micro_inline
Rapidhash V3 Micro, a very compact version of the rapidhash algorithm.
rapidhash_v3_nano_inline
Rapidhash V3 Nano, a very compact version of the rapidhash algorithm.
rapidhash_v3_seeded
Rapidhash V3 a single byte stream, matching the C++ implementation, with a custom seed.

Type Aliases§

RapidStreamHasherV3
A bytewise-style incremental interface for rapidhash.