]> git.kaiwu.me - nginx.git/commit
Core: added SipHash-2-4 implementation
authorEugene Grebenschikov <e.grebenshchikov@f5.com>
Thu, 21 May 2026 17:37:23 +0000 (10:37 -0700)
committerEugene <54681898+jimf5@users.noreply.github.com>
Tue, 2 Jun 2026 22:30:30 +0000 (15:30 -0700)
commit6067896f031491d8e075f9950baab7763b9ac70f
treef5dff968f14e262b0f9929a49704b8ba67f390db
parent25273ede01969405c27535ae80644abaf71da443
Core: added SipHash-2-4 implementation

Added ngx_siphash() function implementing the SipHash-2-4
algorithm for fast pseudorandom number generation with good
statistical properties.

Co-authored-by: Sergey Kandaurov <pluknet@nginx.com>
auto/sources
src/core/ngx_core.h
src/core/ngx_siphash.c [new file with mode: 0644]
src/core/ngx_siphash.h [new file with mode: 0644]