]> git.ipfire.org Git - collecty.git/commit
Drop entropy plugin
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 May 2020 18:41:27 +0000 (19:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 May 2020 18:41:27 +0000 (19:41 +0100)
commit98c9fd9d195f03e75e187bb8d203989c7b90995e
tree999bdda501c089cc224d4152275566142a155413
parent4bf8d546bab6a560b01b1b54b985fcdbad7777ae
Drop entropy plugin

This is no longer useful.

The Linux kernel has changed to only use the its internal PRNG
for /dev/random and /dev/urandom.

Once it is seeded, it will spit out as many random data as you
would like, but would not require an entropy pool being filled
up as much.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/collecty/plugins/__init__.py
src/collecty/plugins/entropy.py [deleted file]