chiark / gitweb /
server: get token
[hippotat.git] / README.md
index 9f85b297483d70e2c731fabb87443ac295b0539c..c516b33174ea355933b2c99e3400281e32bb3609 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,15 +1,2 @@
-### rndaddtoentcnt
-
-Seeding the random number generator by writing to /dev/urandom does not update the entropy count.
-
-This utility makes the RNDADDTOENTCNT ioctl call needed to do this.
-
-Used in startup scripts after initializing /dev/urandom with a presaved seed.
-
-Example:
-
-    dd if=/path/to/some/random-seed-file of=/dev/urandom bs=512 count=1
-
-    /path/to/rdnaddtoentcnt <entropy-bit-count>
-
-where entropy-bit-count is a number between 1 and (8 * 512) depending on how much you trust the seed file.
+Introduction
+============