]> www.wagner.pp.ru Git - oss/ctypescrypto.git/commit
Fixed most pylint warning.
authorVictor Wagner <vitus@wagner.pp.ru>
Sat, 27 Jun 2015 21:34:15 +0000 (00:34 +0300)
committerVictor Wagner <vitus@wagner.pp.ru>
Sat, 27 Jun 2015 21:34:15 +0000 (00:34 +0300)
commit287e8a5b1d7f5a8129619f733adbfc8b2de3e4c7
treee9559dd2a8f705e21f272ed9785c5df47a1e9525
parent954b6dc9e3312f8d8b49f20f8466e6d2a8342f35
Fixed most pylint warning.
Incompatibile interface changes: DigestType methods size, block_size and name become properties
16 files changed:
ctypescrypto/__init__.py
ctypescrypto/bio.py
ctypescrypto/cipher.py
ctypescrypto/cms.py
ctypescrypto/digest.py
ctypescrypto/ec.py
ctypescrypto/engine.py
ctypescrypto/exception.py
ctypescrypto/mac.py
ctypescrypto/oid.py
ctypescrypto/pbkdf2.py
ctypescrypto/pkey.py
ctypescrypto/rand.py
ctypescrypto/x509.py
setup.py
tests/testdigest.py