taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 02bbcb92e7df261f1c33cfd6d74ba35c872008cb
parent 5d3512ce0927d6af81fbf247ab60bd9752d87d3c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed,  7 Apr 2021 04:01:15 -0400

mark up ‘encrypted_truth’

Diffstat:
Manastasis.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anastasis.rst b/anastasis.rst @@ -768,7 +768,7 @@ charge per truth operation using GNU Taler. .. http:get:: /truth/$UUID[?response=$H_RESPONSE] Get the stored encrypted key share. If ``$H_RESPONSE`` is specified by the client, the server checks - if ``$H_RESPONSE`` matches the expected response specified before within the `TruthUploadRequest`_ (see encrypted_truth). + if ``$H_RESPONSE`` matches the expected response specified before within the `TruthUploadRequest`_ (see ``encrypted_truth``). Also, the user has to provide the correct *truth_encryption_key* with every get request (see below). When ``$H_RESPONSE`` is correct, the server responds with the encrypted key share. The encrypted key share is returned simply as a byte array and not in JSON format.