mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
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.
This commit is contained in:
@@ -223,6 +223,9 @@ BuildDriver.cmd -rebuild -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Cry
|
||||
<None Include="..\Crypto\Aes_hw_cpu.asm" />
|
||||
<None Include="..\Crypto\Aes_x64.asm" />
|
||||
<None Include="..\Crypto\Aes_x86.asm" />
|
||||
<None Include="..\Crypto\Camellia_aesni_x64.S" />
|
||||
<None Include="..\Crypto\Camellia_x64.S" />
|
||||
<None Include="..\Crypto\Twofish_x64.S" />
|
||||
<None Include="BuildDriver.cmd" />
|
||||
<None Include="Makefile" />
|
||||
<None Include="Sources" />
|
||||
|
||||
@@ -143,6 +143,15 @@
|
||||
<None Include="..\Crypto\Sources">
|
||||
<Filter>Build Files\Crypto</Filter>
|
||||
</None>
|
||||
<None Include="..\Crypto\Camellia_aesni_x64.S">
|
||||
<Filter>Source Files\Crypto</Filter>
|
||||
</None>
|
||||
<None Include="..\Crypto\Camellia_x64.S">
|
||||
<Filter>Source Files\Crypto</Filter>
|
||||
</None>
|
||||
<None Include="..\Crypto\Twofish_x64.S">
|
||||
<Filter>Source Files\Crypto</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\Common\Apidrvr.h">
|
||||
|
||||
Reference in New Issue
Block a user