diff options
author | lloyd <[email protected]> | 2011-04-08 19:07:18 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-08 19:07:18 +0000 |
commit | dbf1284c940b0219e72dfb12589e78916044876d (patch) | |
tree | f6e7122a12cdddb3c6a9669725ce881d935969eb /doc/pubkey.txt | |
parent | cba5b5ce28285751aa4b6cc48362dc002ae9063c (diff) |
More docs
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 |