Skip to content

v3.19.0 - Ulm

Compare
Choose a tag to compare
@Legrandin Legrandin released this 16 Sep 08:29
· 128 commits to master since this release

New features

  • The update() methods of TupleHash128 and TupleHash256 objects
    can now hash multiple items (byte strings) at once.
    Thanks to Sylvain Pelissier.
  • Added support for ECDH, with Crypto.Protocol.DH.

Resolved issues

  • GH#754: due to a bug in cffi, do not use it on Windows with Python 3.12+.