diff options
Diffstat (limited to 'src/model/aes.py')
-rwxr-xr-x | src/model/aes.py | 4 |
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 |