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ยง
- Salted
Hasher - Consistent salted hasher for identifiers.