Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



explorer
Tue May 26 17:59:14 PDT 1998
Update of /cvsroot/src/sys/dev
In directory nb00:/tmp/cvs-serv8030

Modified Files:
        rnd.c rndpool.c 
Log Message:
Move RND_ENTROPY_THRESHOLD to sys/rnd.h.  Use sha1 rather than md5, and
release the first 96 bits of the hash directly rather than by folding.
The full 160 bit hash is mixed back into the entropy pool.  This keeps
64 bits secret to stir the pool with.

explorer
Tue May 26 17:59:30 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv8055

Modified Files:
        rnd.h 
Log Message:
Move RND_ENTROPY_THRESHOLD to sys/rnd.h.  Use sha1 rather than md5, and
release the first 96 bits of the hash directly rather than by folding.
The full 160 bit hash is mixed back into the entropy pool.  This keeps
64 bits secret to stir the pool with.



Home | Main Index | Thread Index | Old Index