aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/pubkey.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-03 12:33:42 -0500
committerJack Lloyd <[email protected]>2017-12-04 04:01:06 -0500
commit57128566bd57649f7d3a128944e3bde66d415309 (patch)
tree4c93a2807a729f977da7f86f76baf536a581c8be /doc/manual/pubkey.rst
parentcfd137da35488edb573cb670bedc314671d206f0 (diff)
Split up symmetric crypto page into MAC, stream, block and mode pages
Diffstat (limited to 'doc/manual/pubkey.rst')
-rw-r--r--doc/manual/pubkey.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/pubkey.rst b/doc/manual/pubkey.rst
index c72793d89..8a7991e53 100644
--- a/doc/manual/pubkey.rst
+++ b/doc/manual/pubkey.rst
@@ -436,7 +436,7 @@ ElGamal; these use the EME class:
Parameters for encryption and decryption are set by the
:cpp:class:`ECIES_System_Params` class which stores the EC domain parameters,
the KDF (see :ref:`key_derivation_function`), the cipher (see
- :ref:`symmetric_crypto`) and the MAC.
+ :ref:`cipher_modes`) and the MAC.
.. cpp:function:: ECIES_Encryptor(const PK_Key_Agreement_Key& private_key, \
const ECIES_System_Params& ecies_params, \