commit 035e15704f86687d7a230de9a6417eb65316fe11 parent af59be3764ca5543582c053cd3830c57f76fa7d8 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 27 Nov 2020 23:59:33 -0500 add period at end of sentence Diffstat:
| M | anastasis.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.