aboutsummaryrefslogtreecommitdiff
path: root/src/model/aes.py
diff options
context:
space:
mode:
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