diff options
Diffstat (limited to 'doc/pubkey.txt')
-rw-r--r-- | doc/pubkey.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/pubkey.txt b/doc/pubkey.txt index 6279234e9..538710441 100644 --- a/doc/pubkey.txt +++ b/doc/pubkey.txt @@ -173,6 +173,8 @@ passphrase passed in first, and then it cancels. In a future version, it is likely that ``User_Interface`` will be replaced by a simple callback using ``std::function``. +.. _serializing_public_keys: + Serializing Public Keys ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -334,8 +336,9 @@ is created by the constructor: .. cpp:function:: DLIES_Encryptor::DLIES_Encryptor(const PK_Key_Agreement_Key&, KDF* kdf, MessageAuthenticationCode* mac, size_t mac_key_len = 20) - Where *kdf* is a :ref:`key_derivation_function` and *mac* is a - :ref:`message_auth_code`. + Where *kdf* is a key derivation function (see + :ref:`key_derivation_function`) and *mac* is a + MessageAuthenticationCode. The decryption classes are named ``PK_Decryptor``, ``PK_Decryptor_EME``, and ``DLIES_Decryptor``. They are created in the |