mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-14 20:38:25 -06:00
Add support for SHA-256 x86 instrinsic for enhance performance of PBKDF2-HMAC-SHA256
This commit is contained in:
@@ -86,6 +86,11 @@ else
|
||||
OBJS += ../Crypto/blake2s_SSE41.o
|
||||
OBJS += ../Crypto/blake2s_SSSE3.o
|
||||
endif
|
||||
ifeq "$(GCC_GTEQ_500)" "1"
|
||||
OBJSHANI += ../Crypto/Sha2Intel.oshani
|
||||
else
|
||||
OBJS += ../Crypto/Sha2Intel.o
|
||||
endif
|
||||
else
|
||||
OBJS += ../Crypto/wolfCrypt.o
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user