summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-15 12:21:46 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-15 12:21:46 +0100
commit20717d5314aae45eb42b58a77be2a11f9858e387 (patch)
treec74cbccfcebe91b43411464976ee72c891d10c41
parentc4043f4f7fa869379a122b74be5a38f2c2dfb930 (diff)
downloaddocs-20717d5314aae45eb42b58a77be2a11f9858e387.tar.gz
docs-20717d5314aae45eb42b58a77be2a11f9858e387.tar.bz2
docs-20717d5314aae45eb42b58a77be2a11f9858e387.zip
+FIXMEs addressed
-rw-r--r--api-exchange.rst10
1 files changed, 6 insertions, 4 deletions
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;
}