moved construction of cipher from wrappers to blockcipher.py
commit80f9e07c6e79185e31a432f0393e40b3b663db26
authortiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Thu, 9 Oct 2008 09:13:37 +0000 (9 09:13 +0000)
committertiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Thu, 9 Oct 2008 09:13:37 +0000 (9 09:13 +0000)
tree86c37024ebc0db2128996b4b9ae1ca2f4ce4bf29
parentf95fdbea1627eeee622d0a50d98b6627f3ed5581
moved construction of cipher from wrappers to blockcipher.py

git-svn-id: svn+ssh://devel.yobi.be/home/svn/CryptoPlus/trunk@67 49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1
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