We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f34a2 commit 15d40e2Copy full SHA for 15d40e2
CHANGELOG.rst
@@ -45,6 +45,9 @@ Changelog
45
* Added :meth:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF.extract`
46
to :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`. The previous
47
private implementation will be removed in 49.0.0.
48
+* Added support for :class:`~cryptography.hazmat.primitives.kdf.argon2.Argon2d`
49
+ and :class:`~cryptography.hazmat.primitives.kdf.argon2.Argon2i`
50
+ when using OpenSSL 3.2.0+.
51
* Added ``derive_into`` methods to
52
:class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`,
53
:class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDFExpand`,
0 commit comments