Changes/siphash.h: Extend log, give credit to Victor Stinner

This commit is contained in:
Sebastian Pipping 2017-06-23 20:57:30 +02:00
parent 788bff7a3b
commit a85511958a
2 changed files with 6 additions and 1 deletions

View file

@ -8,11 +8,13 @@ Release 2.??? ????????????????
#50 Fix too eager getrandom detection for Debian GNU/kFreeBSD
#52 and macOS
#51 Address lack of stdint.h in Visual Studio 2003 to 2008
#58 Address compile warnings
Special thanks to:
Cătălin Răceanu
László Böszörményi
S. P. Zeidler
Victor Stinner
Release 2.2.1 Sat June 17 2017
Security fixes:

View file

@ -3,7 +3,7 @@
* --------------------------------------------------------------------------
* Derived by William Ahern from the reference implementation[1] published[2]
* by Jean-Philippe Aumasson and Daniel J. Berstein.
* Minimal changes by Sebastian Pipping on top, details below.
* Minimal changes by Sebastian Pipping and Victor Stinner on top, see below.
* Licensed under the CC0 Public Domain Dedication license.
*
* 1. https://www.131002.net/siphash/siphash24.c
@ -11,6 +11,9 @@
* --------------------------------------------------------------------------
* HISTORY:
*
* 2017-06-23 (Victor Stinner)
* - Address Win64 compile warnings
*
* 2017-06-18 (Sebastian Pipping)
* - Address lack of stdint.h for Visual Studio 2003 to 2008
*