From 86f0fde6e7914f055c5872bf7f2f565cc09977fc Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 12 Feb 2019 18:49:12 +0100 Subject: Windows: Use Hardware RNG based on CPU timing jitter "Jitterentropy" by Stephan Mueller as a good alternative to RDRAND (http://www.chronox.de/jent.html, smueller@chronox.de) --- src/Crypto/Crypto.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Crypto/Crypto.vcxproj') diff --git a/src/Crypto/Crypto.vcxproj b/src/Crypto/Crypto.vcxproj index 5fb52d97..9f351bee 100644 --- a/src/Crypto/Crypto.vcxproj +++ b/src/Crypto/Crypto.vcxproj @@ -220,6 +220,10 @@ + + Disabled + Disabled + @@ -244,6 +248,8 @@ + + -- cgit v1.2.3