{"library":"siphashc","title":"Siphashc","description":"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.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install siphashc"],"cli":null},"imports":["import siphashc; siphashc.siphash(data)"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import siphashc\ndata = b'hello world'\nhashed = siphashc.siphash(data)\nprint(hashed)  # e.g. 0x9f8d5a4b3c2e1f0a","lang":"python","description":"Hash a bytes object using SipHash-2-4.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}