Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 183 → Rev 184

/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/cbc.py
8,7 → 8,7
Note !!!! auto IV uses python default random :-(
should not be 'too bad' (tm) for this cbc applicaiton
 
Copyright © (c) 2002 by Paul A. Lambert
Copyright (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license information.
"""
from crypto.cipher.base import BlockCipher, padWithPadLen, noPadding