diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-26 13:23:11 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-26 13:23:11 -0400 |
commit | 35a21f5734da1891ed87e3c066b01b730ad8841b (patch) | |
tree | c71d4c84edf0fcf5a31490be9fc8565e64da0bd0 | |
parent | 96a52a1030c1bb27619372c6cebb633e02017847 (diff) |
no demo
-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() |