diff options
-rw-r--r-- | aesgcmanalysis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aesgcmanalysis.py b/aesgcmanalysis.py index 9e0d5b6..cc752f7 100644 --- a/aesgcmanalysis.py +++ b/aesgcmanalysis.py @@ -789,4 +789,4 @@ def nonce_truncation_demo(): assert h == authentication_key(k) return h, s -nonce_truncation_demo() +# nonce_truncation_demo() |