IV default is an "all zero" string by default
commit1ddea81bf55bbd963852dafc895d7baebaf17dd8
authorChristophe Oosterlynck <tiftof@math.be-leu01.nxp.com>
Tue, 14 Oct 2008 12:56:42 +0000 (14 14:56 +0200)
committerChristophe Oosterlynck <tiftof@math.be-leu01.nxp.com>
Tue, 14 Oct 2008 12:56:42 +0000 (14 14:56 +0200)
tree2dda1f041eecfd6a9a03425a264fd9622c71cf85
parent4ffccbd88776a114e45f8d574bcc40fa4dd81b22
IV default is an "all zero" string by default
17 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/blockcipher.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_Serpent.py
src/CryptoPlus/Cipher/python_Twofish.py