Module Name: src Committed By: riastradh Date: Wed Jan 21 02:47:39 UTC 2015
Modified Files: src/lib/libc/gen: arc4random.c Log Message: Use ChaCha20 here as advertised, not ChaCha8. Oops. Fortunately, there is no public cryptanalysis even of ChaCha8: the best published attack is on ChaCha7 with time complexity 2^248. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/arc4random.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.