VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Sources
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-02-12 18:49:12 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-02-12 19:06:14 +0100
commit86f0fde6e7914f055c5872bf7f2f565cc09977fc (patch)
treefea427f46509ccaa1cb77ec233cb2ab41157576e /src/Crypto/Sources
parenta5943c07fbc2754e0785cfa3d4645e96ae87b405 (diff)
downloadVeraCrypt-86f0fde6e7914f055c5872bf7f2f565cc09977fc.tar.gz
VeraCrypt-86f0fde6e7914f055c5872bf7f2f565cc09977fc.zip
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)
Diffstat (limited to 'src/Crypto/Sources')
-rw-r--r--src/Crypto/Sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Crypto/Sources b/src/Crypto/Sources
index 5c44c371..36fa89e7 100644
--- a/src/Crypto/Sources
+++ b/src/Crypto/Sources
@@ -31,6 +31,7 @@ SOURCES = \
chacha256.c \
chachaRng.c \
cpu.c \
+ jitterentropy-base.c \
rdrand.c \
Rmd160.c \
SerpentFast.c \