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/Crypto/Crypto.vcxproj.filters | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/Crypto/Crypto.vcxproj.filters') diff --git a/src/Crypto/Crypto.vcxproj.filters b/src/Crypto/Crypto.vcxproj.filters index 702dedbf..d94e0bc4 100644 --- a/src/Crypto/Crypto.vcxproj.filters +++ b/src/Crypto/Crypto.vcxproj.filters @@ -21,9 +21,6 @@ Source Files - - Source Files - Source Files @@ -54,6 +51,9 @@ Source Files + + Source Files + @@ -124,5 +124,11 @@ Source Files + + Source Files + + + Source Files + \ No newline at end of file -- cgit v1.2.3