Skip to content

Commit 15d40e2

Browse files
authored
add argon2{i,d} to changelog (#13801)
1 parent c4f34a2 commit 15d40e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Changelog
4545
* Added :meth:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF.extract`
4646
to :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`. The previous
4747
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+.
4851
* Added ``derive_into`` methods to
4952
:class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`,
5053
:class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDFExpand`,

0 commit comments

Comments
 (0)