Dag-Erling Smørgrav 02cd12d6d6 When reseeding the DPRNG, we're supposed to hash the current key and
some accumulated entropy twice and use that as the new key.  Due to a
typo, we were using the output of the first hash round instead of the
second.  Correct this, but eliminate temp[] since we can reuse hash[].
Also add comments explaining what is going on and why.

Noticed by:	Sami Farin <sami.farin@gmail.com>
Reviewed by:	markm@
Approved by:	so (des)
2014-11-04 23:02:19 +00:00
..
2014-09-03 09:58:59 +00:00
2014-08-05 23:35:19 +00:00
2014-08-05 23:58:49 +00:00
2014-08-05 23:47:26 +00:00
2014-05-20 19:55:06 +00:00
2014-09-28 07:40:26 +00:00
2014-10-21 18:00:56 +00:00
2014-10-10 14:17:42 +00:00
2014-10-11 19:36:59 +00:00
2014-04-30 06:40:30 +00:00
2014-09-19 03:55:19 +00:00
2014-10-02 22:05:48 +00:00
2014-05-16 21:19:17 +00:00
2014-07-07 00:27:09 +00:00
2014-07-29 14:41:28 +00:00
2014-11-03 09:02:09 +00:00
2014-02-04 20:52:33 +00:00
2014-10-22 17:09:12 +00:00