seperated "importing" from examples in docstring & removed the need for (un)hexlify...
commitc0978b93c1a4298a018edcb6546b739502efb7c8
authortiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Tue, 7 Oct 2008 21:45:24 +0000 (7 21:45 +0000)
committertiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Tue, 7 Oct 2008 21:45:24 +0000 (7 21:45 +0000)
tree73209a5d6b72dce6881b4020d478d033a8f862ff
parent35f65ed2bed597b8492ae7756d14ba0ae13584a4
seperated "importing" from examples in docstring & removed the need for (un)hexlify in docstrings

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