gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 07/94: change ‘code-block’ type from ‘none’ to ‘c’


From: gnunet
Subject: [taler-docs] 07/94: change ‘code-block’ type from ‘none’ to ‘c’
Date: Wed, 07 Apr 2021 10:58:21 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

commit 2a95bdaa271991c621896b763ac2a5555c030533
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Apr 7 03:26:24 2021 -0400

    change ‘code-block’ type from ‘none’ to ‘c’
---
 anastasis.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anastasis.rst b/anastasis.rst
index 4faffea..86f7246 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -193,7 +193,7 @@ HKDF to ensure that the result differs from other cases 
where we hash
 
 **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
+.. code-block:: c
 
    digest[0] = (digest[0] & 0x7f) | 0x40;
    digest[31] &= 0xf8;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]