
Feb. 16, 2024
3:56 a.m.
PyCA cryptography 42.0.3 has been released to PyPI. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, asymmetric algorithms, message digests, X509, key derivation functions, and much more. We support Python 3.7+, and PyPy3 7.3.10+. Changelog (https://cryptography.io/en/latest/changelog/#v42-0-3): * Fixed an initialization issue that caused key loading failures for some users. -Paul Kehrer (reaperhulk)