Description
Calculate Fowler-Noll-Vo hash values from Python without native extensions. It helps applications that need this non-cryptographic hash for compatibility, indexing, checksums, or data structures.
This is not a cryptographic hash. Use it only where collision resistance and tamper protection are not security requirements, and choose cryptographic hashes for trust or authentication decisions.