VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Sources
blob: 98dbb93eb944650fe1328e4513772a92a07bb70e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGETNAME=Common
TARGETTYPE=DRIVER_LIBRARY

INCLUDES = ..;../Crypto

SOURCES = \
	Cache.c \
	Crc.c \
	Crypto.c \
	EncryptionThreadPool.c \
	Endian.c \
	GfMul.c \
	Pkcs5.c \
	Volumes.c \
	Xts.c \
	Tests.c \
	Wipe.c