- Type hints for
encrypt_and_tag
- Moved tag key generation into it's own method
_tag_key(key, nonce)
- This Changelog
- Type hints
- All crypto operations (encryption, decryption, tagging) now explicitly only operate on
bytes
arguments
- Python2.x and Python3.4 support
utils
module now that interface is explicitlybytes
arguments