1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-01-07 06:08:12 -06:00

Implement SHA256 acceleration on ARM64 platforms using CPU instructions

This commit is contained in:
Mounir IDRASSI
2025-01-26 16:21:13 +01:00
parent 5ff256a53d
commit 247c98d954
12 changed files with 267 additions and 0 deletions

View File

@@ -96,6 +96,9 @@
<ClCompile Include="Aes_hw_armv8.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="sha256_armv8.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Aes.h">