From 04c747fb2df007eddc27e515acaa91f8993a70af Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 10 Nov 2024 21:08:00 +0100 Subject: Add support for SHA-256 x86 instrinsic for enhance performance of PBKDF2-HMAC-SHA256 --- src/Crypto/Sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Crypto/Sources') diff --git a/src/Crypto/Sources b/src/Crypto/Sources index 9542d4b6..bd990382 100644 --- a/src/Crypto/Sources +++ b/src/Crypto/Sources @@ -39,6 +39,7 @@ SOURCES = \ SerpentFast.c \ SerpentFast_simd.cpp \ Sha2.c \ + Sha2Intel.c \ t1ha_selfcheck.c \ t1ha2.c \ t1ha2_selfcheck.c \ -- cgit v1.2.3