aboutsummaryrefslogtreecommitdiff
path: root/src/model/aes.py
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-06-26 16:34:52 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-06-26 16:34:52 +0200
commit8ee29132119363711d4ffb1e0a7bf119e6392f26 (patch)
treedf4ce40e2e28b47f43042db65f0ee4eada78e79f /src/model/aes.py
parentfce71f2c0bfe9edb6d6ebeaae2bc7358edc3f50a (diff)
Added a simple test case to verify that the aes model is usable.
Diffstat (limited to 'src/model/aes.py')
-rwxr-xr-xsrc/model/aes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/aes.py b/src/model/aes.py
index 848ca85..86741c0 100755
--- a/src/model/aes.py
+++ b/src/model/aes.py
@@ -49,8 +49,8 @@ import sys
#-------------------------------------------------------------------
# Constants.
#-------------------------------------------------------------------
-VERBOSE = True
-DUMP_VARS = True
+VERBOSE = False
+DUMP_VARS = False
AES_128_ROUNDS = 10
AES_256_ROUNDS = 14