diff options
author | markm <markm@FreeBSD.org> | 2004-04-09 15:47:10 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2004-04-09 15:47:10 +0000 |
commit | 55fe453be79ed7f8b847749e04d07c6f89ef819d (patch) | |
tree | f371f8b6d5d4ad0a1bedfd885d8e2ae634e63b27 /sys/dev/random/hash.c | |
parent | ca56ea20fc3b156a88a5caf374733a36948e1cbf (diff) | |
download | FreeBSD-src-55fe453be79ed7f8b847749e04d07c6f89ef819d.zip FreeBSD-src-55fe453be79ed7f8b847749e04d07c6f89ef819d.tar.gz |
Reorganise the entropy device so that high-yield entropy sources
can more easily be used INSTEAD OF the hard-working Yarrow.
The only hardware source used at this point is the one inside
the VIA C3 Nehemiah (Stepping 3 and above) CPU. More sources will
be added in due course. Contributions welcome!
Diffstat (limited to 'sys/dev/random/hash.c')
-rw-r--r-- | sys/dev/random/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c index 53ddb3c..95fc8e9 100644 --- a/sys/dev/random/hash.c +++ b/sys/dev/random/hash.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2000, 2001, 2002, 2003 Mark R V Murray + * Copyright (c) 2000-2004 Mark R V Murray * All rights reserved. * * Redistribution and use in source and binary forms, with or without |