From 8ee29132119363711d4ffb1e0a7bf119e6392f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Tue, 26 Jun 2018 16:34:52 +0200 Subject: Added a simple test case to verify that the aes model is usable. --- src/model/aes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/model/aes.py') 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 -- cgit v1.2.3