diff -r 013aee248a62 -r 006ee31b4835 eric6/Utilities/crypto/py3AES.py --- 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