Releases: Ayrx/python-aead
Releases · Ayrx/python-aead
v0.2
This release makes the associated_data parameter optional. Users intending to encrypt without requiring authentication of additional data can simply omit that parameter.
v0.1
This is the first release of python-aead.
It has a working implementation of AES_128_CBC_HMAC_SHA_256 and a stable API.