From owner-cvs-all Sun Nov 28 15:45:23 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 091AE14A12; Sun, 28 Nov 1999 15:45:20 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id ED2611CD624; Sun, 28 Nov 1999 15:45:20 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Sun, 28 Nov 1999 15:45:20 -0800 (PST) From: Kris Kennaway To: Dan Moschuk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/libkern arc4random.c In-Reply-To: <199911282339.PAA72165@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 28 Nov 1999, Dan Moschuk wrote: > Modified files: > sys/libkern arc4random.c > Log: > Address the concerns of the ``randomness'' of the initial PRNG. Now, we > use bits from /dev/random to stir the S-box. Also add an internal counter to > keep the S-box stirred on a regular basis. > > Reviewed by: msmith *sigh* Dan, don't ask people for a review if you don't want it. I had some issues I was going to respond with later. Don't know about Warner. This isn't so important that it can't wait an extra day or two.. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message