From ba5da0946c3abaa93d1161ca512c3c326cda3736 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 8 Feb 2019 01:48:12 +0100 Subject: Windows: Add implementation of ChaCha20 based random generator. Use it for driver need of random bytes (currently only wipe bytes but more to come later). --- src/Crypto/Sources | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Crypto/Sources') diff --git a/src/Crypto/Sources b/src/Crypto/Sources index 271edca6..5c44c371 100644 --- a/src/Crypto/Sources +++ b/src/Crypto/Sources @@ -6,7 +6,6 @@ INCLUDES = .. NTTARGETFILES = \ "$(OBJ_PATH)\$(O)\Aes_$(TC_ARCH).obj" \ "$(OBJ_PATH)\$(O)\Aes_hw_cpu.obj" \ - "$(OBJ_PATH)\$(O)\rdrand.obj" \ "$(OBJ_PATH)\$(O)\rdrand_ml.obj" \ "$(OBJ_PATH)\$(O)\gost89_$(TC_ARCH).obj" \ "$(OBJ_PATH)\$(O)\Twofish_$(TC_ARCH).obj" \ @@ -28,6 +27,9 @@ SOURCES = \ rdrand_ml.asm \ Aeskey.c \ Aestab.c \ + chacha-xmm.c \ + chacha256.c \ + chachaRng.c \ cpu.c \ rdrand.c \ Rmd160.c \ -- cgit v1.2.3