From: Theodore Ts'o Date: Sun, 22 Sep 2013 20:04:19 +0000 (-0400) Subject: random: adjust the generator polynomials in the mixing function slightly X-Git-Tag: v3.13-rc1~61^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e9fa2c8a630e6d0882828012431038abce285b9;p=pandora-kernel.git random: adjust the generator polynomials in the mixing function slightly Our mixing functions were analyzed by Lacharme, Roeck, Strubel, and Videau in their paper, "The Linux Pseudorandom Number Generator Revisited" (see: http://eprint.iacr.org/2012/251.pdf). They suggested a slight change to improve our mixing functions slightly. I also adjusted the comments to better explain what is going on, and to document why the polynomials were changed. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed