* drop py2 for typing * migrate docs from init.py to readme * added some new tests * this may not be backwards compatible as some default args and data types have changed * tests/supports: py37-312 * test commit signing requirements
0.1.4
* py3 improvements. attempts to handle b/str encodings
0.1.3
* packaging fixes
0.1.2
* packaging fixes
0.1.1
- black * upgraded black; 20.8b1 * integrated with pre-commit * tox * migrated from pycrypto to pycryptodome pycrypto no longer maintained, does not work under python38 mostly a drop-in replacement; `key.size()` changed to `key.size_in_bytes()`