- Declare support for Python 3.13 in classifiers and build wheels for CPython 3.13.
Released 15-10-2024.
- For consistency with the
hashlib
module,hexdisted()
returns a string object, not bytes.
Released 03-07-2024.
- Update dependencies to latest released versions.
- Add SPDX headers to all source files and add licenses text in
LICENSES
directory.
Released 30-03-2024.
- Update build dependencies.
- Set default buildtype to release.
- Build wheels for Python 3.12.
Released 03-10-2023.
- Update build dependencies to released versions. No functional changes.
Released 03-03-2023.
- Use c-siphash library without modifications.
- Switch the build system to Meson and meson-python.
- Add support for the SipHash-1-3 variant.
Released 21-11-2022.
- Added the :meth:`intdigest() <hash.intdigest>` method.
- Added reStructuredText documentation.
Released 06-11-2022.
Initial release, 11-09-2022.