extended XTS support
commiteb56edefcddd7037f293f0b23097714e0ff65d66
authortiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Thu, 25 Sep 2008 13:44:58 +0000 (25 13:44 +0000)
committertiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Thu, 25 Sep 2008 13:44:58 +0000 (25 13:44 +0000)
tree5347bfdb77ca55783834f5c2ce0fb85ce77d0920
parent2e9dedfb9980192bef84314515313e56cb40f221
extended XTS support

XTS support for some cipher has been updated to the new key
interface(supply key as tuple) and some ciphers have gained XTS support

XTS is available now for: AES, Serpent and Twofish

git-svn-id: svn+ssh://devel.yobi.be/home/svn/CryptoPlus/trunk@23 49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1
.gitignore
src/Cipher/python_DES3.py
src/Cipher/python_Rijndael.py
src/Cipher/python_Serpent.py
src/Cipher/python_Twofish.py