From cb24c8539d1098d1a61605b452ecfa11a693320d Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Tue, 9 May 2017 15:13:00 -0700 Subject: Use rdrand as entropy source on supported platforms --- src/random.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/random.h') diff --git a/src/random.h b/src/random.h index 6a63d57429..0c98041c4b 100644 --- a/src/random.h +++ b/src/random.h @@ -134,4 +134,7 @@ void GetOSRand(unsigned char *ent32); */ bool Random_SanityCheck(); +/** Initialize the RNG. */ +void RandomInit(); + #endif // BITCOIN_RANDOM_H -- cgit v1.2.3