From a491a4709a6444868b8881067c99d6ccc15554c2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 31 Oct 2017 12:38:14 +0100 Subject: rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coin -> TALER_setup_planchet --- src/include/taler_crypto_lib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 9e9352f54..90f6f1407 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -522,7 +522,7 @@ TALER_link_recover_transfer_secret (const struct TALER_TransferPublicKeyP *trans * Header for serializations of coin-specific information about the * fresh coins we generate during a melt. */ -struct TALER_FreshCoinP +struct TALER_PlanchetSecretsP { /** @@ -548,9 +548,9 @@ struct TALER_FreshCoinP * @param[out] fc value to initialize */ void -TALER_setup_fresh_coin (const struct TALER_TransferSecretP *secret_seed, - unsigned int coin_num_salt, - struct TALER_FreshCoinP *fc); +TALER_setup_planchet (const struct TALER_TransferSecretP *secret_seed, + unsigned int coin_num_salt, + struct TALER_PlanchetSecretsP *fc); -- cgit v1.2.3