Date: Sun, 28 Nov 1999 15:39:49 -0800 (PST) From: Dan Moschuk <dan@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern arc4random.c Message-ID: <199911282339.PAA72165@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dan 1999/11/28 15:39:49 PST 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 Revision Changes Path 1.2 +33 -15 src/sys/libkern/arc4random.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911282339.PAA72165>