eric6/Utilities/crypto/py3AES.py

changeset 8220
006ee31b4835
parent 8207
d359172d11be
child 8235
78e6d29eb773
--- a/eric6/Utilities/crypto/py3AES.py	Sun Apr 11 11:34:32 2021 +0200
+++ b/eric6/Utilities/crypto/py3AES.py	Sun Apr 11 12:38:16 2021 +0200
@@ -249,7 +249,7 @@
                 expandedKey[currentSize] = (
                     expandedKey[currentSize - size] ^ t[m]
                 )
-                currentSize += 1
+                currentSize += 1        # __IGNORE_WARNING_Y113__
 
         return expandedKey
 

eric ide

mercurial