VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Crypto.vcxproj
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2025-01-26 16:21:13 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2025-01-26 16:21:13 +0100
commit247c98d9548fead121e5314727782a4694bc0de3 (patch)
treeaa6dd3e77188705a9405ec406bb9bd4267c52476 /src/Crypto/Crypto.vcxproj
parent5ff256a53d30031d9500e38c699084efc6c3bd56 (diff)
downloadVeraCrypt-247c98d9548fead121e5314727782a4694bc0de3.tar.gz
VeraCrypt-247c98d9548fead121e5314727782a4694bc0de3.zip
Implement SHA256 acceleration on ARM64 platforms using CPU instructions
Diffstat (limited to 'src/Crypto/Crypto.vcxproj')
-rw-r--r--src/Crypto/Crypto.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Crypto/Crypto.vcxproj b/src/Crypto/Crypto.vcxproj
index c17bd607..cad50c06 100644
--- a/src/Crypto/Crypto.vcxproj
+++ b/src/Crypto/Crypto.vcxproj
@@ -255,6 +255,10 @@
<ClCompile Include="SerpentFast.c" />
<ClCompile Include="SerpentFast_simd.cpp" />
<ClCompile Include="Sha2.c" />
+ <ClCompile Include="sha256_armv8.c">
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
+ </ClCompile>
<ClCompile Include="Sha2Intel.c" />
<ClCompile Include="Streebog.c" />
<ClCompile Include="t1ha2.c" />