From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 619EEC433F5 for ; Fri, 4 Feb 2022 22:43:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234128AbiBDWnz (ORCPT ); Fri, 4 Feb 2022 17:43:55 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:42260 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234792AbiBDWnx (ORCPT ); Fri, 4 Feb 2022 17:43:53 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 16D1EB83951; Fri, 4 Feb 2022 22:43:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91D93C004E1; Fri, 4 Feb 2022 22:43:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644014630; bh=2AY54UzKNCP2cnqsZ6l6V3IJp/sTB2kRkcVHmP4eexQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Uhl26MUVyoWD6A7JAx5xK/vbtjc6F8VjlqsiymJrlmHXUmB5HEo67i1rECxDbMu9N F7EgyZ/+OTo9qaxOSbkPgnriS2ro1zg/TomAeTIe+jcXGssSWjJfRfaBXte0J82GyV gP0/hLG3uyTWKYimAUbikPp5NDvf4e7Y8S4kROSSuSe0n1dL8kuvl/RULFQAcXJ7oe dyNOE1nDdl3dNif9p+MHXPIVZEea3OPNd+e2L/7C9viKkVOIzZzD3F5YygW2T6NjbG udb/e7OsY8gca+cZYTYpIfpLzvY7HN9ly3hs/eEjVa+MSC9qP7kWxdLLD20HV2Cemu Mb/xLoIWJboXw== Date: Fri, 4 Feb 2022 14:43:49 -0800 From: Eric Biggers To: "Jason A. Donenfeld" Cc: LKML , Linux Crypto Mailing List , Theodore Ts'o , Greg Kroah-Hartman , Dominik Brodowski , Jean-Philippe Aumasson Subject: Re: [PATCH] random: use computational hash for entropy extraction Message-ID: References: <20220201161342.154666-1-Jason@zx2c4.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Fri, Feb 04, 2022 at 02:24:07PM +0100, Jason A. Donenfeld wrote: > > In the above comment, 'key' should be 'seed'. > > Likewise above. > > Caught this too right after sending. Fixed now for v2. > This wasn't actually fixed in v2. - Eric