summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorGian Demarmels <gian@demarmels.org>2021-12-22 16:55:34 +0100
committerGian Demarmels <gian@demarmels.org>2022-02-04 15:31:49 +0100
commitf1ec1e70a02ce1672d4d663d3a23c834817359ac (patch)
tree6cf31edda09bf2caec818e6e7e10296203dc733d /src/include
parenta02ab8f81b68b59ef5228ce30583d9388f9bab4a (diff)
downloadexchange-f1ec1e70a02ce1672d4d663d3a23c834817359ac.tar.gz
exchange-f1ec1e70a02ce1672d4d663d3a23c834817359ac.tar.bz2
exchange-f1ec1e70a02ce1672d4d663d3a23c834817359ac.zip
implemented planchet_prepare for CS
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_crypto_lib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 542146cc0..4a6c02423 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -1061,7 +1061,8 @@ TALER_denom_blind (const struct TALER_DenominationPublicKey *dk,
const struct TALER_AgeHash *age_commitment_hash,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
struct TALER_CoinPubHash *c_hash,
- struct TALER_BlindedPlanchet *blinded_planchet);
+ struct TALER_BlindedPlanchet *blinded_planchet,
+ ...);
/**
@@ -1469,7 +1470,8 @@ enum GNUNET_GenericReturnValue
TALER_planchet_prepare (const struct TALER_DenominationPublicKey *dk,
const struct TALER_PlanchetSecretsP *ps,
struct TALER_CoinPubHash *c_hash,
- struct TALER_PlanchetDetail *pd);
+ struct TALER_PlanchetDetail *pd,
+ ...);
/**