eric6/Utilities/crypto/py3AES.py

changeset 8220
006ee31b4835
parent 8207
d359172d11be
child 8235
78e6d29eb773
equal deleted inserted replaced
8219:013aee248a62 8220:006ee31b4835
247 # key. 247 # key.
248 for m in range(4): 248 for m in range(4):
249 expandedKey[currentSize] = ( 249 expandedKey[currentSize] = (
250 expandedKey[currentSize - size] ^ t[m] 250 expandedKey[currentSize - size] ^ t[m]
251 ) 251 )
252 currentSize += 1 252 currentSize += 1 # __IGNORE_WARNING_Y113__
253 253
254 return expandedKey 254 return expandedKey
255 255
256 def __addRoundKey(self, state, roundKey): 256 def __addRoundKey(self, state, roundKey):
257 """ 257 """

eric ide

mercurial