CFB: added segment_size to docstring of the cipher wrappers
commit68e8719d38bc898f1e0e71f4d286a36212f1ee92
authorChristophe Oosterlynck <christophe@christophe-desktop.(none)>
Thu, 16 Oct 2008 20:01:47 +0000 (16 22:01 +0200)
committerChristophe Oosterlynck <christophe@christophe-desktop.(none)>
Thu, 16 Oct 2008 20:01:47 +0000 (16 22:01 +0200)
tree6fbbc24e8deeda38f3a8dc7f7b2259dd4fa447d1
parent3a6586eb529bf667ee04e814c63384fa215f4a5b
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