Skip to main content

FxHasher

Type Alias FxHasher 

Source
pub type FxHasher = AHasher;
Expand description

A fast hasher based on aHash.

This hasher is optimized for speed rather than cryptographic security. It’s suitable for hash tables, bloom filters, and other internal uses.

Aliased Type§

pub struct FxHasher { /* private fields */ }