From b51bae1a5a4fa8ef7825dd1bb09e3f47f96d7a5a Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 26 Oct 2019 08:05:59 -0400 Subject: doc: minor corrections in random.cpp This should have been part of #17151. --- src/random.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/random.h') diff --git a/src/random.h b/src/random.h index 9d1f751773..b5a7faf48c 100644 --- a/src/random.h +++ b/src/random.h @@ -52,7 +52,6 @@ * sources used in the 'slow' seeder are included, but also: * - 256 bits from the hardware RNG (rdseed or rdrand) when available. * - (On Windows) Performance monitoring data from the OS. - * - (On Windows) Through OpenSSL, the screen contents. * - Strengthen the entropy for 100 ms using repeated SHA512. * * When mixing in new entropy, H = SHA512(entropy || old_rng_state) is computed, and -- cgit v1.2.3