summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorGian Demarmels <gian@demarmels.org>2022-01-17 15:10:47 +0100
committerGian Demarmels <gian@demarmels.org>2022-02-04 15:37:34 +0100
commit22130128663a00760b83789437985711028d169e (patch)
tree5499fdd8d4450dfcbf5b097460fc05181370dd3f /src/include/taler_crypto_lib.h
parentbe50c084f89e8588dd2d4a4aa30c58002053ee31 (diff)
downloadexchange-22130128663a00760b83789437985711028d169e.tar.gz
exchange-22130128663a00760b83789437985711028d169e.tar.bz2
exchange-22130128663a00760b83789437985711028d169e.zip
include denom_pub into coin_ev_hash
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 9870572b3..5475a8024 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -1258,11 +1258,13 @@ TALER_test_coin_valid (const struct TALER_CoinPublicInfo *coin_public_info,
* Compute the hash of a blinded coin.
*
* @param blinded_planchet blinded planchet
+ * @param denom_pub denomination publick key
* @param[out] bch where to write the hash
* @return #GNUNET_OK when successful, #GNUNET_SYSERR if an internal error occured
*/
enum GNUNET_GenericReturnValue
TALER_coin_ev_hash (const struct TALER_BlindedPlanchet *blinded_planchet,
+ const struct TALER_DenominationPublicKey *denom_pub,
struct TALER_BlindedCoinHash *bch);