CFB: added segment_size to docstring of the cipher wrappers
commit4d57275a15592898495cb3c63f92ec2584d6c604
authorChristophe Oosterlynck <christophe@christophe-desktop.(none)>
Thu, 16 Oct 2008 20:01:47 +0000 (16 22:01 +0200)
committerPhilippe Teuwen <phil@teuwen.org>
Thu, 16 Oct 2008 21:24:24 +0000 (16 23:24 +0200)
tree463d598d8dce6d9e4f899841be08751741ea6d49
parent948f0e1ed5a56162df0825bdabf84f6ccc9173ff
CFB: added segment_size to docstring of the cipher wrappers
15 files changed:
src/CryptoPlus/Cipher/AES.py
src/CryptoPlus/Cipher/ARC2.py
src/CryptoPlus/Cipher/Blowfish.py
src/CryptoPlus/Cipher/CAST.py
src/CryptoPlus/Cipher/DES.py
src/CryptoPlus/Cipher/DES3.py
src/CryptoPlus/Cipher/IDEA.py
src/CryptoPlus/Cipher/RC5.py
src/CryptoPlus/Cipher/python_AES.py
src/CryptoPlus/Cipher/python_Blowfish.py
src/CryptoPlus/Cipher/python_DES.py
src/CryptoPlus/Cipher/python_DES3.py
src/CryptoPlus/Cipher/python_PRESENT.py
src/CryptoPlus/Cipher/python_Rijndael.py
src/CryptoPlus/Cipher/python_Twofish.py