default "segment size" now set in blockcipher.py instead of wrappers
commite2184a242ee340bbc9598543c5b16d2d98a4fa47
authorChristophe Oosterlynck <tiftof@math.be-leu01.nxp.com>
Tue, 14 Oct 2008 16:03:52 +0000 (14 18:03 +0200)
committerChristophe Oosterlynck <tiftof@math.be-leu01.nxp.com>
Tue, 14 Oct 2008 16:03:52 +0000 (14 18:03 +0200)
treed212eca3d5107d30ce006c0ea48ec9e8919f37ca
parentd5153035e200cb44de264cb26a81dff01cc6105b
default "segment size" now set in blockcipher.py instead of wrappers
17 files changed:
src/CryptoPlus/Cipher/AES.py
src/CryptoPlus/Cipher/ARC2.py
src/CryptoPlus/Cipher/Blowfish.py
src/CryptoPlus/Cipher/CAST.py
src/CryptoPlus/Cipher/DES.py
src/CryptoPlus/Cipher/DES3.py
src/CryptoPlus/Cipher/IDEA.py
src/CryptoPlus/Cipher/RC5.py
src/CryptoPlus/Cipher/blockcipher.py
src/CryptoPlus/Cipher/python_AES.py
src/CryptoPlus/Cipher/python_Blowfish.py
src/CryptoPlus/Cipher/python_DES.py
src/CryptoPlus/Cipher/python_DES3.py
src/CryptoPlus/Cipher/python_PRESENT.py
src/CryptoPlus/Cipher/python_Rijndael.py
src/CryptoPlus/Cipher/python_Serpent.py
src/CryptoPlus/Cipher/python_Twofish.py