From 70097ecfe54a9630e1e77fdc30204a5460228193 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 20 Jun 2017 17:43:35 +0200 Subject: Crypto: Add optimized Camellia assembly implementation for x86_64 based on work by Jussi Kivilinna (https://github.com/jkivilin/supercop-blockciphers). This improve speed by a factor of 2.5 when AES-NI supported by CPU and by 30% if AES-NI not supported. --- src/Driver/Driver.vcxproj | 3 +++ src/Driver/Driver.vcxproj.filters | 9 +++++++++ 2 files changed, 12 insertions(+) (limited to 'src/Driver') diff --git a/src/Driver/Driver.vcxproj b/src/Driver/Driver.vcxproj index f534a0ee..a108f426 100644 --- a/src/Driver/Driver.vcxproj +++ b/src/Driver/Driver.vcxproj @@ -223,6 +223,9 @@ BuildDriver.cmd -rebuild -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Cry + + + diff --git a/src/Driver/Driver.vcxproj.filters b/src/Driver/Driver.vcxproj.filters index dfb7edac..5a44984d 100644 --- a/src/Driver/Driver.vcxproj.filters +++ b/src/Driver/Driver.vcxproj.filters @@ -143,6 +143,15 @@ Build Files\Crypto + + Source Files\Crypto + + + Source Files\Crypto + + + Source Files\Crypto + -- cgit v1.2.3