deterministic_hasher library

Classes

DeterministicHasher
Provides deterministic hashing for searchable fields. Unlike bcrypt, the same input always produces the same hash, making it suitable for database lookups (e.g., finding user by hashed email).