VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Sources
blob: 417f0e0448d8415fa90083f67bf445e75ccf01b6 (plain)
.highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-
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 \
	Rmd160.c \
	Serpent.c \
	Sha2.c \
	Twofish.c \
	Whirlpool.c