Skip to content

Commit

Permalink
Adapt to changes in VeraCrypt : Addition of Blake2s and removal of RI…
Browse files Browse the repository at this point in the history
…PEMD160 & GOST89
  • Loading branch information
idrassi committed Mar 20, 2022
1 parent 0daec67 commit fb592f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Library/VeraCryptLib/VeraCryptLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ crypto\Aestab.h
crypto\Aes_hw_cpu.nasm
crypto\Aes_hw_cpu.h
crypto\config.h
crypto\Rmd160.c
crypto\Rmd160.h
crypto\blake2s.c
crypto\blake2s_SSE2.c
crypto\blake2s_SSE41.c
crypto\blake2s_SSSE3.c
crypto\blake2.h
crypto\Serpent.c
crypto\Serpent.h
crypto\Sha2.c
Expand All @@ -52,8 +55,6 @@ crypto\Twofish.c
crypto\Twofish.h
crypto\Whirlpool.c
crypto\Whirlpool.h
crypto\GostCipher.c
crypto\GostCipher.h
crypto\Streebog.c
crypto\Streebog.h
crypto\kuznyechik.c
Expand All @@ -69,7 +70,6 @@ DcsVeraCrypt.h

[Sources.X64]
crypto\Aes_x64.nasm
crypto\Gost89_x64.nasm

[Sources.IA32]
llmath.c
Expand Down
14 changes: 9 additions & 5 deletions Library/VeraCryptLib/mklinks_src.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fb592f2

Please sign in to comment.