diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-19 20:33:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-19 20:33:07 +0100 |
commit | 59398cfd76ed01df0ba5f33022727047afd6b270 (patch) | |
tree | 0da425ba9a3e0aeaff94d058f653d59f73f46dcc /src/include | |
parent | 600592dbf6aced50a92cced8ab9d773d06f0f4f4 (diff) |
separate util.c and url.c
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_crypto_lib.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 3fd727235..206a3db3d 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -739,7 +739,7 @@ TALER_refresh_get_commitment (struct TALER_RefreshCommitmentP *rc, /** * Compute the hash of the given wire details. The resulting - * hash is what is put into the contract. + * hash is what is signed by the master key. * * @param payto_uri bank account * @param[out] hc set to the hash @@ -750,7 +750,7 @@ TALER_exchange_wire_signature_hash (const char *payto_uri, /** - * Check the signature in @a wire_s. + * Check the signature in @a master_sig. * * @param payto_uri URL that is signed * @param master_pub master public key of the exchange @@ -781,7 +781,8 @@ TALER_exchange_wire_signature_make (const char *payto_uri, /** * Compute the hash of the given wire details. The resulting - * hash is what is put into the contract. + * @a hc is what will be put into the contract between customer + * and merchant for signing by both parties. * * @param payto_uri bank account * @param salt salt used to eliminate brute-force inversion |