pub fn djb2_hash(input: &str) -> u64Expand description
DJB2 hash function for simple string hashing.
This is NOT cryptographically secure; it serves only as a basic fallback or for non-security-critical comparisons.
pub fn djb2_hash(input: &str) -> u64DJB2 hash function for simple string hashing.
This is NOT cryptographically secure; it serves only as a basic fallback or for non-security-critical comparisons.