From: "Jason A. Donenfeld" Subject: Re: [PATCH v6 3/5] random: use SipHash in place of MD5 Date: Fri, 16 Dec 2016 23:12:51 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Netdev , "kernel-hardening@lists.openwall.com" , LKML , Linux Crypto Mailing List , David Laight , Hannes Frederic Sowa , Linus Torvalds , Eric Biggers , Tom Herbert , George Spelvin , Vegard Nossum , Andi Kleen , "David S. Miller" , Jean-Philippe Aumasson To: Andy Lutomirski , Ted Tso Return-path: In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org Hi Andy, Ted, I've made the requested changes. Keys now rotate and are per-CPU based. The chaining value is now additive instead of replacing. DavidL suggested I lower the velocity of `git-send-email` triggers, so if you'd like to take a look at this before I post v7, you can follow along at my git tree here: https://git.zx2c4.com/linux-dev/log/?h=siphash Choose the commit entitled "random: use SipHash in place of MD5" Thanks, Jason