diff options
| author | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:23 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:23 +0200 |
| commit | aa308069bebf2d5a3200728caa69a76137c03d8b (patch) | |
| tree | c0ba2281e801c4720a0d8a5e5ee943688234f088 /src/c-siphash/NEWS.md | |
| parent | 0a4b2c29da4ccf259bbcea3298d15abebb94348f (diff) | |
| parent | 537bfce2bda471c92caabd388589230200891509 (diff) | |
Update upstream source from tag 'upstream/1.58_rc1'
Update to upstream version '1.58~rc1' with Debian dir 451489c9234e2b6b7c2f41ca6670287ea3ac3efd
Diffstat (limited to 'src/c-siphash/NEWS.md')
| -rw-r--r-- | src/c-siphash/NEWS.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/c-siphash/NEWS.md b/src/c-siphash/NEWS.md index a0227c04..0b9e272d 100644 --- a/src/c-siphash/NEWS.md +++ b/src/c-siphash/NEWS.md @@ -1,5 +1,19 @@ # c-siphash - Streaming-capable SipHash Implementation +## CHANGES WITH 1.1.0: + + * Support MacOS and Windows builds. + + * Support SipHash variants other than SipHash24 by parameterizing + the N and M variables of SipHash. + + * Update the c-stdaux dependency to provide the new build variables + and thus allow linking through pkg-config. + + Contributions from: Daniele Nicolodi, David Rheinsberg + + - Dußlingen, 2023-12-12 + ## CHANGES WITH 1.0.0: * Initial release of c-siphash. |