Mark Murray bbf09ad887 Upgrade the random device to use a "real" hash instead of building
one out of a block cipher. This has 2 advantages:
1) The code is _much_ simpler
2) We aren't committing our security to one algorithm (much as we
   may think we trust AES).

While I'm here, make an explicit reseed do a slow reseed instead
of a fast; this is in line with what the original paper suggested.
2002-07-15 13:58:35 +00:00
..
2002-06-19 20:44:48 +00:00
2002-05-16 21:28:32 +00:00
2002-06-29 17:26:22 +00:00
2002-06-30 03:01:44 +00:00
2002-06-29 17:26:22 +00:00
2002-07-12 19:56:31 +00:00