From e5a9e9239b0cf1001d9b91497b4ff3ab4a190b1f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 4 Oct 2016 13:21:48 +0200 Subject: Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain factor. Update credits and copyrights notice. --- src/Driver/Driver.vcxproj | 3 ++- src/Driver/Driver.vcxproj.filters | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'src/Driver') diff --git a/src/Driver/Driver.vcxproj b/src/Driver/Driver.vcxproj index bc95ffe1..f534a0ee 100644 --- a/src/Driver/Driver.vcxproj +++ b/src/Driver/Driver.vcxproj @@ -193,6 +193,8 @@ BuildDriver.cmd -rebuild -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Cry + + @@ -213,7 +215,6 @@ BuildDriver.cmd -rebuild -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Cry - diff --git a/src/Driver/Driver.vcxproj.filters b/src/Driver/Driver.vcxproj.filters index 73f45952..dfb7edac 100644 --- a/src/Driver/Driver.vcxproj.filters +++ b/src/Driver/Driver.vcxproj.filters @@ -90,9 +90,6 @@ Source Files\Crypto - - Source Files\Crypto - Source Files\Crypto @@ -105,6 +102,12 @@ Source Files\Crypto + + Source Files\Crypto + + + Source Files\Crypto + -- cgit v1.2.3