Re: [PATCH v3 net-next 0/4] Introduce The SipHash PRF

2017-01-09 Thread David Miller
From: "Jason A. Donenfeld" Date: Sun, 8 Jan 2017 13:53:59 +0100 > This patch series introduces SipHash into the kernel. Series applied, thanks Jason.

[PATCH v3 net-next 0/4] Introduce The SipHash PRF

2017-01-08 Thread Jason A. Donenfeld
This patch series introduces SipHash into the kernel. SipHash is a cryptographically secure PRF, which serves a variety of functions, and is introduced in patch #1. The following patch #2 introduces HalfSipHash, an optimization suitable for hash tables only. Finally, the last two patches in this se