Skip to content

Releases: Ayrx/python-aead

v0.2

29 Dec 09:27
Compare
Choose a tag to compare

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

08 Dec 13:23
Compare
Choose a tag to compare

This is the first release of python-aead.

It has a working implementation of AES_128_CBC_HMAC_SHA_256 and a stable API.