Path to this page:
Subject: CVS commit: pkgsrc/security/py-cryptodome
From: Adam Ciarcinski
Date: 2018-03-08 09:15:02
Message id: 20180308081502.AAA7EFB40@cvs.NetBSD.org
Log Message:
py-cryptodome: updated to 3.5.0
New features
* Import and export of ECC curves in compressed form.
* The initial counter for a cipher in CTR mode can be a byte string (in addition \
to an integer).
* Faster PBKDF2 for HMAC-based PRFs (at least 20x for short passwords, more for \
longer passwords). Thanks to Christian Heimes for pointing out the \
implementation was under-optimized.
* The salt for PBKDF2 can be either a string or bytes.
Resolved issues
* Without libgmp, modular exponentiation (since v3.4.8) crashed on 32-bit \
big-endian systems.
Breaks in compatibility
* Removed support for Python < 2.6.
Files: