gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 09/94: use ‘:=’ instead of ‘=’ in pseudocode code-block (th


From: gnunet
Subject: [taler-docs] 09/94: use ‘:=’ instead of ‘=’ in pseudocode code-block (three instances)
Date: Wed, 07 Apr 2021 10:58:23 +0200

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

ttn pushed a commit to branch master
in repository docs.

commit 9b288441114500cb3cff9cf329175b1de90245b3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Apr 7 03:29:25 2021 -0400

    use ‘:=’ instead of ‘=’ in pseudocode code-block (three instances)
---
 anastasis.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst
index a2d1249..b447f33 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -280,11 +280,11 @@ inaccessible to those who do not have the answer:
 
 .. code-block:: none
 
-   powh = POW_HASH (qsalt, answer)
-   ekss = HKDF("Anastasis-secure-question-uuid-salting",
-               powh,
-               uuid);
-   (iv_i, key_i) = HKDF(key_id, nonce_i, ekss, [optional data], keysize + 
ivsize)
+   powh := POW_HASH (qsalt, answer)
+   ekss := HKDF("Anastasis-secure-question-uuid-salting",
+                powh,
+                uuid);
+   (iv_i, key_i) := HKDF(key_id, nonce_i, ekss, [optional data], keysize + 
ivsize)
 
 
 **qsalt**: salt value used to hash answer to satisfy the challenge to prevent 
the provider from determining the answer via guessing.

-- 
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]