summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-08 09:58:22 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-08 09:58:22 +0100
commit8cbe16a2203d581ad2bdfcd7240653d1ee416634 (patch)
treede88ac97f6e2b9593c697405766bf87421ddca6a /src/include
parent133cf76f0d193e8226e53690b62de74e6b0f68d0 (diff)
downloadexchange-8cbe16a2203d581ad2bdfcd7240653d1ee416634.tar.gz
exchange-8cbe16a2203d581ad2bdfcd7240653d1ee416634.tar.bz2
exchange-8cbe16a2203d581ad2bdfcd7240653d1ee416634.zip
fix refresh/link tests
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_crypto_lib.h25
1 files changed, 2 insertions, 23 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 8c2479b98..89aa6ba81 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -2270,16 +2270,14 @@ TALER_wallet_melt_verify (
*
* @param h_denom_pub hash of the denomiantion public key of the new coin
* @param transfer_pub transfer public key
- * @param coin_ev coin envelope
- * @param coin_ev_size number of bytes in @a coin_ev
+ * @param bch blinded coin hash
* @param old_coin_priv private key to sign with
* @param[out] coin_sig resulting signature
*/
void
TALER_wallet_link_sign (const struct TALER_DenominationHash *h_denom_pub,
const struct TALER_TransferPublicKeyP *transfer_pub,
- const void *coin_ev,
- size_t coin_ev_size,
+ const struct TALER_BlindedCoinHash *bch,
const struct TALER_CoinSpendPrivateKeyP *old_coin_priv,
struct TALER_CoinSpendSignatureP *coin_sig);
@@ -2304,25 +2302,6 @@ TALER_wallet_link_verify (
/**
- * Sign link data.
- *
- * @param h_denom_pub hash of the denomiantion public key of the new coin
- * @param transfer_pub transfer public key
- * @param coin_ev coin envelope
- * @param coin_ev_size number of bytes in @a coin_ev
- * @param old_coin_priv private key to sign with
- * @param[out] coin_sig resulting signature
- */
-void
-TALER_wallet_link_sign (const struct TALER_DenominationHash *h_denom_pub,
- const struct TALER_TransferPublicKeyP *transfer_pub,
- const void *coin_ev,
- size_t coin_ev_size,
- const struct TALER_CoinSpendPrivateKeyP *old_coin_priv,
- struct TALER_CoinSpendSignatureP *coin_sig);
-
-
-/**
* Verify recoup signature.
*
* @param h_denom_pub hash of the denomiantion public key of the coin