ADDED:
commit9d5d9a67b9dc258c8c0dd361632d456365a1aba0
authortiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Mon, 1 Sep 2008 15:02:50 +0000 (1 15:02 +0000)
committertiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Mon, 1 Sep 2008 15:02:50 +0000 (1 15:02 +0000)
tree09c8966a5a9bf87be195ea0597264c13736446c1
parentaa0189e80493c99a76fa243ba51aa95dd5518d7d
ADDED:
Counter object to Cipher/util.py

MODIFIED:
CTR chaining mode now expects a counter object

git-svn-id: svn+ssh://devel.yobi.be/home/svn/CryptoPlus/trunk@7 49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1
12 files changed:
Cipher/AES.py
Cipher/Blowfish.py
Cipher/DES.py
Cipher/DES3.py
Cipher/blockcipher.py
Cipher/python_AES.py
Cipher/python_Blowfish.py
Cipher/python_DES.py
Cipher/python_DES3.py
Cipher/python_Serpent.py
Cipher/python_Twofish.py
Cipher/util.py