Convert tabs, delete trailing spaces and Microsoft CRs
commit779c97668e2da9cb3c84f141ea0016b17d90b5fb
authorphil <phil@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Sun, 5 Oct 2008 18:25:22 +0000 (5 18:25 +0000)
committerphil <phil@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Sun, 5 Oct 2008 18:25:22 +0000 (5 18:25 +0000)
tree485a1d494eb547db1f810194a74e0fce2402eab1
parentcc083e3a6a305cdff1de4352a03c336f72e8a1fb
Convert tabs, delete trailing spaces and Microsoft CRs

git-svn-id: svn+ssh://devel.yobi.be/home/svn/CryptoPlus/trunk@41 49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1
29 files changed:
README
src/Cipher/AES.py
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/pyDes.py
src/Cipher/pypresent.py
src/Cipher/pyserpent.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
src/Cipher/pytwofish.py
src/Hash.py
src/Protocol.py
src/PublicKey.py
src/Util/padding.py
src/Util/util.py
test/test.py
test/test_doctests.py