Skip to main content

Module hash

Module hash 

Source
Expand description

Salted consistent hashing for identifiers.

Provides deterministic hashing of MAC addresses, QUIC Connection IDs, and other byte-string identifiers using a session-specific salt. The same salt + identifier always produces the same output within a session, allowing ML models to track entities over time.

Structsยง

SaltedHasher
Consistent salted hasher for identifiers.