summaryrefslogtreecommitdiffstats
path: root/IT-Sicherheit_SS2015_BaseProject.pro
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-06-09 14:42:12 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-06-09 14:42:12 +0200
commit9d7c264a6579cddcad12f9185475af89a9a59b41 (patch)
treec2b421bd7b4b45aae3767a164c70af7ffac76961 /IT-Sicherheit_SS2015_BaseProject.pro
parent672ebc3868997c44b83f7afe59e9b4d876135247 (diff)
downloadIT-Sicherheit-9d7c264a6579cddcad12f9185475af89a9a59b41.tar.gz
IT-Sicherheit-9d7c264a6579cddcad12f9185475af89a9a59b41.zip
Add CBigInt skeleton
Diffstat (limited to 'IT-Sicherheit_SS2015_BaseProject.pro')
-rw-r--r--IT-Sicherheit_SS2015_BaseProject.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/IT-Sicherheit_SS2015_BaseProject.pro b/IT-Sicherheit_SS2015_BaseProject.pro
index 2fbf22f..22e03ed 100644
--- a/IT-Sicherheit_SS2015_BaseProject.pro
+++ b/IT-Sicherheit_SS2015_BaseProject.pro
@@ -31,6 +31,7 @@ SOURCES += src/main.cpp \
src/crypt/cryptrc4.cpp \
src/crypt/cryptclassevp.cpp \
src/crypt/cryptaes.cpp
+ src/crypt/cbigint.cpp
HEADERS += src/mainwindow.h \
src/tabwidgetselectalgorithm.h \
@@ -49,6 +50,7 @@ HEADERS += src/mainwindow.h \
src/crypt/cryptrc4.h \
src/crypt/cryptclassevp.h \
src/crypt/cryptaes.h
+ src/crypt/cbigint.h
FORMS += src/forms/mainwindow.ui \
src/forms/tabsymmetric.ui \