From aeed6673fd71aca347bdfa859131ad34762e2743 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sat, 20 Jul 2019 07:49:11 -0400 Subject: Don't recommend filters in the AEAD docs --- doc/api_ref/cipher_modes.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/api_ref/cipher_modes.rst b/doc/api_ref/cipher_modes.rst index 6e78a2c1b..413db70b5 100644 --- a/doc/api_ref/cipher_modes.rst +++ b/doc/api_ref/cipher_modes.rst @@ -210,10 +210,6 @@ encryption, message authentication, and the ability to authenticate additional data that is not included in the ciphertext (such as a sequence number or header). It is a subclass of :cpp:class:`Cipher_Mode`. -The AEAD interface can be used directly, or as part of the filter system by -using :cpp:class:`AEAD_Filter` (a subclass of :cpp:class:`Keyed_Filter` which -will be returned by :cpp:func:`get_cipher` if the named cipher is an AEAD mode). - .. cpp:class:: AEAD_Mode .. cpp:function:: void set_key(const SymmetricKey& key) -- cgit v1.2.3