From 03e022126be8fac992a33983ac4430150fb55c84 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 11 Nov 2008 21:06:39 +0000 Subject: Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG. As with HMAC_RNG, instead assume one bit of conditional entropy per byte of polled material. Since they are no longer used, drop the entropy estimation routines entirely. --- src/rng/hmac_rng/hmac_rng.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rng/hmac_rng') diff --git a/src/rng/hmac_rng/hmac_rng.cpp b/src/rng/hmac_rng/hmac_rng.cpp index d85cebada..95b119b9d 100644 --- a/src/rng/hmac_rng/hmac_rng.cpp +++ b/src/rng/hmac_rng/hmac_rng.cpp @@ -4,7 +4,6 @@ *************************************************/ #include -#include #include #include #include -- cgit v1.2.3