commit 5ac931e2c5b8f3c07c8537f6251422ca4ba43dbd
parent 56bd30a554fb9af2d06318b26c709c4e5b18f5c6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 7 Apr 2021 03:31:52 -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
@@ -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).