mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Add original TrueCrypt 7.1a sources
This commit is contained in:
23
src/Crypto/Sources
Normal file
23
src/Crypto/Sources
Normal file
@@ -0,0 +1,23 @@
|
||||
TARGETNAME=Crypto
|
||||
TARGETTYPE=DRIVER_LIBRARY
|
||||
|
||||
INCLUDES = ..
|
||||
|
||||
NTTARGETFILES = \
|
||||
"$(OBJ_PATH)\$(O)\Aes_$(TC_ARCH).obj" \
|
||||
"$(OBJ_PATH)\$(O)\Aes_hw_cpu.obj"
|
||||
|
||||
SOURCES = \
|
||||
Aes_$(TC_ARCH).asm \
|
||||
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