@@ -58,22 +58,14 @@ Changelog
5858 :class: `~cryptography.hazmat.primitives.kdf.scrypt.Scrypt `, and
5959 :class: `~cryptography.hazmat.primitives.kdf.x963kdf.X963KDF ` to allow
6060 deriving keys directly into pre-allocated buffers.
61- * Added ``encrypt_into `` methods to
61+ * Added ``encrypt_into `` and `` decrypt_into `` methods to
6262 :class: `~cryptography.hazmat.primitives.ciphers.aead.AESCCM `,
6363 :class: `~cryptography.hazmat.primitives.ciphers.aead.AESGCM `,
6464 :class: `~cryptography.hazmat.primitives.ciphers.aead.AESGCMSIV `,
6565 :class: `~cryptography.hazmat.primitives.ciphers.aead.AESOCB3 `,
6666 :class: `~cryptography.hazmat.primitives.ciphers.aead.AESSIV `, and
6767 :class: `~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305 ` to
6868 allow encrypting directly into a pre-allocated buffer.
69- * Added ``decrypt_into `` methods to
70- :class: `~cryptography.hazmat.primitives.ciphers.aead.AESCCM `,
71- :class: `~cryptography.hazmat.primitives.ciphers.aead.AESGCM `,
72- :class: `~cryptography.hazmat.primitives.ciphers.aead.AESGCMSIV `,
73- :class: `~cryptography.hazmat.primitives.ciphers.aead.AESOCB3 `,
74- :class: `~cryptography.hazmat.primitives.ciphers.aead.AESSIV `, and
75- :class: `~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305 ` to
76- allow decrypting directly into a pre-allocated buffer.
7769
7870.. _v46-0-3 :
7971
0 commit comments