Skip to main content

Module hash

Module hash 

Source
Expand description

Hash types and functions for ReifyDB.

Provides xxHash3 hashing using pure Rust implementation that works on both native and WASM targets.

Structs§

Hash64
Hash128

Functions§

xxh3_64
Compute xxHash3 64-bit hash of data.
xxh3_128
Compute xxHash3 128-bit hash of data.