From c606f0866c3a2a5db3ef9bc41738ef33eb9612a9 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 22 Jun 2013 16:16:13 +0200 Subject: Add original TrueCrypt 7.1a sources --- src/Crypto/Sources | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/Crypto/Sources (limited to 'src/Crypto/Sources') diff --git a/src/Crypto/Sources b/src/Crypto/Sources new file mode 100644 index 00000000..f38c268e --- /dev/null +++ b/src/Crypto/Sources @@ -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 -- cgit v1.2.3