aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api_ref
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-20 07:49:11 -0400
committerJack Lloyd <[email protected]>2019-07-20 07:49:11 -0400
commitaeed6673fd71aca347bdfa859131ad34762e2743 (patch)
tree92dd620b0dfbbd7fd4adf55a76685c24ced24ace /doc/api_ref
parentdbf0d0c78be6bfb06e58e59201241b0e5f13adc7 (diff)
Don't recommend filters in the AEAD docs
Diffstat (limited to 'doc/api_ref')
-rw-r--r--doc/api_ref/cipher_modes.rst4
1 files changed, 0 insertions, 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)