commit 20b80e416df263bb6bda13485e0eef4f0c338066
parent 6977f86915dc9d8250e17aa14b902d6f7ea3c97c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 7 Apr 2021 03:23:13 -0400
mark up ‘eddsa_priv’
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/anastasis.rst b/anastasis.rst
@@ -191,7 +191,7 @@ HKDF to ensure that the result differs from other cases where we hash
**ver_secret**: Derived key from the ``kdf_id``, serves as intermediate step for the generation of the private key.
-**eddsa_d_to_a()**: Function which converts the ver_key to a valid EdDSA private key. Specifically, assuming the value eddsa_priv is in a 32-byte array "digest", the function clears and sets certain bits as follows:
+**eddsa_d_to_a()**: Function which converts the ver_key to a valid EdDSA private key. Specifically, assuming the value ``eddsa_priv`` is in a 32-byte array "digest", the function clears and sets certain bits as follows:
.. code-block:: none