summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-27 23:59:33 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-27 23:59:33 -0500
commit035e15704f86687d7a230de9a6417eb65316fe11 (patch)
treee8a8eea311d049fbfe797d82c7dac72a95eee252
parentaf59be3764ca5543582c053cd3830c57f76fa7d8 (diff)
downloaddocs-035e15704f86687d7a230de9a6417eb65316fe11.tar.gz
docs-035e15704f86687d7a230de9a6417eb65316fe11.tar.bz2
docs-035e15704f86687d7a230de9a6417eb65316fe11.zip
add period at end of sentence
-rw-r--r--anastasis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/anastasis.rst b/anastasis.rst
index b508e9cb..d9f10a72 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -282,7 +282,7 @@ algorithm is equivalent for **Anastasis-Policy-Signature**.
(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)
+**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).
**h_body**: The hashed body.