mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-01-08 06:38:12 -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:
5
src/Crypto/Camellia_aesni_x86.S
Normal file
5
src/Crypto/Camellia_aesni_x86.S
Normal file
@@ -0,0 +1,5 @@
|
||||
.ifndef WINABI
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
.endif
|
||||
Reference in New Issue
Block a user