summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/hash.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2004-04-09 15:47:10 +0000
committermarkm <markm@FreeBSD.org>2004-04-09 15:47:10 +0000
commit55fe453be79ed7f8b847749e04d07c6f89ef819d (patch)
treef371f8b6d5d4ad0a1bedfd885d8e2ae634e63b27 /sys/dev/random/hash.h
parentca56ea20fc3b156a88a5caf374733a36948e1cbf (diff)
downloadFreeBSD-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.h')
-rw-r--r--sys/dev/random/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/hash.h b/sys/dev/random/hash.h
index b307bfc..8580d14 100644
--- a/sys/dev/random/hash.h
+++ b/sys/dev/random/hash.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2000 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
OpenPOWER on IntegriCloud