A C-based Python module implementing SipHash-2-4, a fast cryptographic hash function designed for hash tables and message authentication. Current version is 2.7, requiring Python >=3.10. Releases are intermittent.
pip install siphashcVerified import paths — ran on the pinned version, not inferred.
Hash a bytes object using SipHash-2-4.
Call data.encode('utf-8') before hashing.Convert to hex with hex(hashed) if needed.
Upgrade to Python >=3.10.
No dependency data recorded yet.