random-egd v0.5
---------------

This is the first release of my EGD-based random device translator.
It mimics the (u)random device found on Linux/*BSD. Reading random will drain
down the entropy pool and give limited (but higher-quality) random output.
urandom gives unlimited cryptographically-safe (yet not random) output.

settrans -cap /dev/random /hurd/random /tmp/egd.sock
settrans -cap /dev/random /hurd/random -u /tmp/egd.sock

INSTALLATION
---------------

The Makefile isn't automatically generated, so it may not work for you.
Luckily installation is easy. First install egd inside the egd-0.9H directory.
Then go to the top level dir and try:

make
make install

Like I said it may not work for you, and is even less bound to work if
aren't using a Debian GNU/Hurd. Read the Makefile for manual details.

Rian Hunter
rian@thelaststop.net
