K 10 svn:author V 3 des K 8 svn:date V 27 2014-11-04T23:02:19.761568Z K 7 svn:log V 424 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 Reviewed by: markm@ Approved by: so (des) END