steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

The old PyCrypto is replaced by the activly developed pycryptodomex … #146

Closed holgern closed 6 years ago

holgern commented 6 years ago

The old and dead PyCrypto is replaced by the activly developed pycryptodomex (https://github.com/Legrandin/pycryptodome). The last update for pyCrypto is 4 years old and pycryptodomex offers an almost drop-in replacement for the old PyCrypto library!

Sha256 for scrypt for newly added wheels for windows added. I added the sha256 for two wheels for scrypt: scrypt-0.8.0-cp36-cp36m-win32.whl and scrypt-0.8.0-cp36-cp36m-win_amd64.whl. (I added both recently).

holgern commented 6 years ago

steembase/storage.py is the only python file that uses steem/aes.py.

I would like to move aes.py from steem to steembase. Should I do this in this pull request or should I open a new one?