commit 56bd30a554fb9af2d06318b26c709c4e5b18f5c6
parent d8c404485d98dc7ceebf347a71648bbcb0dba953
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 7 Apr 2021 03:30:55 -0400
use ‘:=’ instead of ‘=’ in pseudocode code-block (two instances)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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).