diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-11-27 09:10:17 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-11-27 16:16:35 +0100 |
commit | f53eb8e260d174153bb3fc24ff1fff7966dcfbee (patch) | |
tree | b8e5263c7fc7e90177ca7c296f6bc493fc735877 /src/Crypto/Crypto.vcxproj | |
parent | 685fad2d5d56ff1049ba2f5c8b901bca5a4a07bd (diff) | |
download | VeraCrypt-f53eb8e260d174153bb3fc24ff1fff7966dcfbee.tar.gz VeraCrypt-f53eb8e260d174153bb3fc24ff1fff7966dcfbee.zip |
SIMD speed optimization for Kuznyechik cipher implementation (up to 2x speedup). Based on https://github.com/aprelev/libgost15.
Diffstat (limited to 'src/Crypto/Crypto.vcxproj')
-rw-r--r-- | src/Crypto/Crypto.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <ClCompile Include="cpu.c" /> <ClCompile Include="GostCipher.c" /> <ClCompile Include="kuznyechik.c" /> + <ClCompile Include="kuznyechik_simd.c" /> <ClCompile Include="Rmd160.c" /> <ClCompile Include="SerpentFast.c" /> <ClCompile Include="SerpentFast_simd.cpp" /> |