commit cbc54b03655ed5eeab7f4f847b71651beed71ad8
parent 20b80e416df263bb6bda13485e0eef4f0c338066
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 7 Apr 2021 03:24:05 -0400
mark up ‘nonce’ and ‘kdf_id’
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/anastasis.rst b/anastasis.rst
@@ -209,7 +209,7 @@ Encryption
For symmetric encryption of data we use AES256-GCM. For this we need a
symmetric key and an initialization vector (IV). To ensure that the
symmetric key changes for each encryption operation, we compute the
-key material using an HKDF over a nonce and the kdf_id.
+key material using an HKDF over a ``nonce`` and the ``kdf_id``.
.. code-block:: none