From f53eb8e260d174153bb3fc24ff1fff7966dcfbee Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 27 Nov 2017 09:10:17 +0200 Subject: SIMD speed optimization for Kuznyechik cipher implementation (up to 2x speedup). Based on https://github.com/aprelev/libgost15. --- src/Crypto/Crypto.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Crypto/Crypto.vcxproj') diff --git a/src/Crypto/Crypto.vcxproj b/src/Crypto/Crypto.vcxproj index 85ce90f0..cd087bea 100644 --- a/src/Crypto/Crypto.vcxproj +++ b/src/Crypto/Crypto.vcxproj @@ -218,6 +218,7 @@ + -- cgit v1.2.3