taler-docs

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

commit 20717d5314aae45eb42b58a77be2a11f9858e387
parent c4043f4f7fa869379a122b74be5a38f2c2dfb930
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 15 Dec 2016 12:21:46 +0100

+FIXMEs addressed

Diffstat:
Mapi-exchange.rst | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/api-exchange.rst b/api-exchange.rst @@ -257,8 +257,9 @@ Obtaining wire-transfer information salt: string; // Signaure of `TALER_MasterWireDetailsPS`_ with purpose TALER_SIGNATURE_MASTER_TEST_DETAILS - // FIXME: Specify how to compute the hash which then - // gets signed over + // Note that the `h_sepa_details` field of `TALER_MasterWireDetailsPS`_ is computed + // by concatenating all of the above fields (in the same order they appear) and then + // by hashing the obtained concatenation. sig: EddsaSignature; } @@ -280,8 +281,9 @@ Obtaining wire-transfer information bic: string; // Signaure of `TALER_MasterWireDetailsPS`_ with purpose TALER_SIGNATURE_MASTER_SEPA_DETAILS - // FIXME: Specify how to compute the hash which then - // gets signed over + // Note that the `h_sepa_details` field of `TALER_MasterWireDetailsPS`_ is computed + // by concatenating all of the above fields (in the same order they appear) and then + // by hashing the obtained concatenation. sig: EddsaSignature; }