gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

ttn pushed a commit to branch master
in repository docs.

commit 56bd30a554fb9af2d06318b26c709c4e5b18f5c6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Apr 7 03:30:55 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 b41e0d5..a07c031 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -307,8 +307,8 @@ algorithm is equivalent for **Anastasis-Policy-Signature**.
 
 .. code-block:: none
 
-    (anastasis-account-signature) = eddsa_sign(h_body, eddsa_priv)
-    ver_res = eddsa_verifiy(h_body, anastasis-account-signature, eddsa_pub)
+    (anastasis-account-signature) := eddsa_sign(h_body, eddsa_priv)
+    ver_res := eddsa_verifiy(h_body, 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_UPLOAD`` (1400) (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]