A Python C module for siphash. SipHash is an add–rotate–xor (ARX)
based family of pseudorandom functions.
SipHash is fundamentally different from cryptographic hash functions
like SHA in that SipHash is only suitable as a message authentication
code.
Provides
Requires
License
ISC
Changelog
* Tue Jun 03 2025 Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
* Sat Nov 09 2024 Dirk Müller <dmueller@suse.com>
- update to 2.5:
* Python 3.13 compatiblity.
* Sat Jun 29 2024 Dirk