--- 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