chiark / gitweb /
disorder-choose now uses an arcfour keystream as its RNG instead of
authorRichard Kettlewell <rjk@greenend.org.uk>
Mon, 19 May 2008 19:51:40 +0000 (20:51 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Mon, 19 May 2008 19:51:40 +0000 (20:51 +0100)
commitfcdff1398b72c97915b11975046865fbdf2f8713
treec2035601d5cb6aef0a04cfae90f5646e6edcc5c0
parent05dcfac6f90b695d4e238f9f15fab1cb5d011967
disorder-choose now uses an arcfour keystream as its RNG instead of
hitting up /dev/urandom for every single byte.  It is still seeded
from the kernel's RNG.

arcfour.[ch] come from gnulib.
.bzrignore
README
lib/Makefile.am
lib/arcfour.c [new file with mode: 0644]
lib/arcfour.h [new file with mode: 0644]
lib/random.c [new file with mode: 0644]
lib/random.h [new file with mode: 0644]
lib/t-arcfour.c [new file with mode: 0644]
server/choose.c