]> www.wagner.pp.ru Git - oss/ctypescrypto.git/commit
Begin to implement python3 support. Now tests for oid, bio, cipher, digest, mac and...
authorVictor Wagner <vitus@wagner.pp.ru>
Sun, 29 Apr 2018 12:52:14 +0000 (15:52 +0300)
committerVictor Wagner <vitus@wagner.pp.ru>
Sun, 29 Apr 2018 12:52:14 +0000 (15:52 +0300)
commit305f347018c18fa4183f8ec76177336881b713c9
tree5d46d7fae2dfba1584b18955dec7798dd6e9b5c7
parent952f64afcfc4663797bf6cb36220e9c0e5116c17
Begin to implement python3 support. Now tests for oid, bio, cipher, digest, mac and rand modules work for both python2 and python3.
This requires changes in the engine and exception modules as well.
Some common infrastructure to make import-time decision is placed in __init__.py
14 files changed:
ctypescrypto/__init__.py
ctypescrypto/bio.py
ctypescrypto/cipher.py
ctypescrypto/digest.py
ctypescrypto/engine.py
ctypescrypto/exception.py
ctypescrypto/oid.py
ctypescrypto/rand.py
setup.py
tests/testbio.py
tests/testcipher.py
tests/testdigest.py
tests/testmac.py
tests/testrand.py