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/Driver/Driver.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Driver/Driver.vcxproj') diff --git a/src/Driver/Driver.vcxproj b/src/Driver/Driver.vcxproj index 894873d5..7104be84 100644 --- a/src/Driver/Driver.vcxproj +++ b/src/Driver/Driver.vcxproj @@ -193,9 +193,13 @@ BuildDriver.cmd -rebuild -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Cry + + + + -- cgit v1.2.3