Skip to content

v0.4.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 11:34
· 24 commits to master since this release
v0.4.2
288bb01

v0.4.2 (2024-04-19)

Fix

  • cryptography/DH: cryptography v41 no longer supports memoryview as data
  • cryptography/ECC: add support for __eq__ operator

Refactor

  • use PEP-8 absolute imports
  • AES: simplify logic of creating an AES cipher object

Perf

  • AES: eliminate try-except block in a for loop (#281)