mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Remove remaining legacy cryptographic algorithms that are never used by VeraCrypt.
This commit is contained in:
@@ -253,18 +253,6 @@
|
||||
RelativePath=".\Aestab.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Blowfish.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Cast.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Des.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Rmd160.h"
|
||||
>
|
||||
@@ -273,10 +261,6 @@
|
||||
RelativePath=".\Serpent.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Sha1.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Sha2.h"
|
||||
>
|
||||
|
||||
@@ -12,12 +12,8 @@ SOURCES = \
|
||||
Aes_hw_cpu.asm \
|
||||
Aeskey.c \
|
||||
Aestab.c \
|
||||
Blowfish.c \
|
||||
Cast.c \
|
||||
Des.c \
|
||||
Rmd160.c \
|
||||
Serpent.c \
|
||||
Sha1.c \
|
||||
Sha2.c \
|
||||
Twofish.c \
|
||||
Whirlpool.c
|
||||
|
||||
Reference in New Issue
Block a user