mode constants are only in blockcipher
commita816ab8ea9fa537be2346aa25c3b0a836eec644e
authortiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Tue, 7 Oct 2008 17:56:40 +0000 (7 17:56 +0000)
committertiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Tue, 7 Oct 2008 17:56:40 +0000 (7 17:56 +0000)
treef978f175da5afc09334ee550ebc004d00f857d43
parent994c436c5335025ab71f040b41fe7bd902d25258
mode constants are only in blockcipher

"from blockcipher import *" instead of define constant in every wrapper
XTS check was already in blockcipher class

git-svn-id: svn+ssh://devel.yobi.be/home/svn/CryptoPlus/trunk@60 49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1
16 files changed:
src/Cipher/ARC2.py
src/Cipher/Blowfish.py
src/Cipher/CAST.py
src/Cipher/DES.py
src/Cipher/DES3.py
src/Cipher/IDEA.py
src/Cipher/RC5.py
src/Cipher/blockcipher.py
src/Cipher/python_AES.py
src/Cipher/python_Blowfish.py
src/Cipher/python_DES.py
src/Cipher/python_DES3.py
src/Cipher/python_PRESENT.py
src/Cipher/python_Rijndael.py
src/Cipher/python_Serpent.py
src/Cipher/python_Twofish.py