Modified:
commit1f03dcd62b2374ef3efdd83600124248c6917d77
authortiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Wed, 17 Sep 2008 16:31:26 +0000 (17 16:31 +0000)
committertiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Wed, 17 Sep 2008 16:31:26 +0000 (17 16:31 +0000)
tree363a1942d93c97e8089c7d39f7ecc0c673ad1952
parent3c0d2ab1908c902afc58680011e8195befb00f30
Modified:
- padding.py cleaned + docstring expanded
- documentation + comments

Added:
- Crypto.Protocol/Hash interface available from CryptoPlus
- tester.py: test for XTS

git-svn-id: svn+ssh://devel.yobi.be/home/svn/CryptoPlus/trunk@15 49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1
17 files changed:
CryptoPlus/Cipher/AES.py
CryptoPlus/Cipher/Blowfish.py
CryptoPlus/Cipher/DES.py
CryptoPlus/Cipher/DES3.py
CryptoPlus/Cipher/blockcipher.py
CryptoPlus/Cipher/python_AES.py
CryptoPlus/Cipher/python_Blowfish.py
CryptoPlus/Cipher/python_DES.py
CryptoPlus/Cipher/python_DES3.py
CryptoPlus/Cipher/python_Rijndael.py
CryptoPlus/Cipher/python_Serpent.py
CryptoPlus/Cipher/python_Twofish.py
CryptoPlus/Hash.py [new file with mode: 0644]
CryptoPlus/Protocol.py [new file with mode: 0644]
CryptoPlus/Util/padding.py
tester.py
tester_vectors.py