VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Library/VeraCryptLib/mklinks_src.bat
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-03-20 20:42:57 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-03-20 20:47:10 +0100
commitfb592f28823b9d2f41f76c60ca98ceb4308a3014 (patch)
treedf4cfa133a7c483293eea51e335f9041ff155a31 /Library/VeraCryptLib/mklinks_src.bat
parent0daec6723195331472cf0a95d345f89c7a322a9b (diff)
downloadVeraCrypt-DCS-fb592f28823b9d2f41f76c60ca98ceb4308a3014.tar.gz
VeraCrypt-DCS-fb592f28823b9d2f41f76c60ca98ceb4308a3014.zip
Adapt to changes in VeraCrypt : Addition of Blake2s and removal of RIPEMD160 & GOST89HEADVeraCrypt_1.26.7master
Diffstat (limited to 'Library/VeraCryptLib/mklinks_src.bat')
-rw-r--r--Library/VeraCryptLib/mklinks_src.bat14
1 files changed, 9 insertions, 5 deletions
diff --git a/Library/VeraCryptLib/mklinks_src.bat b/Library/VeraCryptLib/mklinks_src.bat
index f87bc60..ca28f5b 100644
--- a/Library/VeraCryptLib/mklinks_src.bat
+++ b/Library/VeraCryptLib/mklinks_src.bat
@@ -41,9 +41,6 @@ call :create_link common\Xts.c
call :create_link common\Xts.h
if NOT EXIST crypto mkdir crypto
-call :create_link crypto\GostCipher.c
-call :create_link crypto\GostCipher.h
-call :create_link crypto\Gost89_x64.asm Gost89_x64.nasm
call :create_link crypto\Streebog.c
call :create_link crypto\Streebog.h
call :create_link crypto\kuznyechik.c
@@ -61,8 +58,15 @@ call :create_link crypto\cpu.h
call :create_link crypto\cpu.c
call :create_link crypto\config.h
call :create_link crypto\misc.h
-call :create_link crypto\Rmd160.c
-call :create_link crypto\Rmd160.h
+call :create_link crypto\blake2s.c
+call :create_link crypto\blake2.h
+call :create_link crypto\blake2-impl.h
+call :create_link crypto\blake2s_SSE2.c
+call :create_link crypto\blake2s_SSE41.c
+call :create_link crypto\blake2s_SSSE3.c
+call :create_link crypto\blake2s-load-sse2.h
+call :create_link crypto\blake2s-load-sse41.h
+call :create_link crypto\blake2s-round.h
call :create_link crypto\Serpent.c
call :create_link crypto\Serpent.h
call :create_link crypto\Sha2.c