From 20717d5314aae45eb42b58a77be2a11f9858e387 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 15 Dec 2016 12:21:46 +0100 Subject: +FIXMEs addressed --- api-exchange.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'api-exchange.rst') diff --git a/api-exchange.rst b/api-exchange.rst index bc80fe08..20f7178e 100644 --- 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; } -- cgit v1.2.3