From 7606c35fdad64aee1372c97428d4596b3edb3621 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 12 Aug 2019 06:32:21 -0400 Subject: Update comments --- validat3.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'validat3.cpp') diff --git a/validat3.cpp b/validat3.cpp index 819feaa0..99cc093a 100644 --- a/validat3.cpp +++ b/validat3.cpp @@ -432,9 +432,7 @@ bool Test_RandomNumberGenerator(RandomNumberGenerator& prng, bool drain=false) // Use a block that is zero'd to catch bad RNG's that appear [somewhat] // OK due to entropy in the heap. We found Debian HURD was failing, but // not that badly. For example, we would see "100000 generated bytes - // compressed to 98749 bytes by DEFLATE". Once we zero'd the block, the - // message changed to "100000 generated bytes compressed to 98000 bytes - // by DEFLATE". + // compressed to 98749 bytes by DEFLATE". SecByteBlock block(NULLPTR, GENERATE_SIZE); RandomNumberSource(prng, GENERATE_SIZE, true, new ArraySink(block, GENERATE_SIZE)); -- cgit v1.2.1