gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

ttn pushed a commit to branch master
in repository docs.

commit 5ac931e2c5b8f3c07c8537f6251422ca4ba43dbd
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Apr 7 03:31:52 2021 -0400

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

diff --git a/anastasis.rst b/anastasis.rst
index a07c031..c6a0f0f 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -321,8 +321,8 @@ When requesting policy downloads, the client must also 
provide a signature:
 
 .. code-block:: none
 
-    (anastasis-account-signature) = eddsa_sign(version, eddsa_priv)
-    ver_res = eddsa_verifiy(version, anastasis-account-signature, eddsa_pub)
+    (anastasis-account-signature) := eddsa_sign(version, eddsa_priv)
+    ver_res := eddsa_verifiy(version, anastasis-account-signature, eddsa_pub)
 
 **anastasis-account-signature**: Signature over the SHA-512 hash of the body 
using the purpose code ``TALER_SIGNATURE_ANASTASIS_POLICY_DOWNLOAD`` (1401) 
(see GNUnet EdDSA signature API for the use of purpose).
 

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