diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-10-31 12:44:17 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-10-31 12:44:17 +0100 |
commit | ec8146de92d92db2cb0e9453d5ef1b538b852354 (patch) | |
tree | f8a34de99287c85ccaa9b6d71ccd296a815fc823 /src/include/taler_crypto_lib.h | |
parent | a491a4709a6444868b8881067c99d6ccc15554c2 (diff) |
rename: TALER_setup_planchet -> TALER_planchet_setup_refresh
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r-- | src/include/taler_crypto_lib.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 90f6f1407..39de34b8a 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -503,7 +503,6 @@ TALER_link_reveal_transfer_secret (const struct TALER_TransferPrivateKeyP *trans struct TALER_TransferSecretP *transfer_secret); - /** * Decrypt the shared @a secret from the information in the * @a trans_priv and @a coin_pub. @@ -517,6 +516,7 @@ TALER_link_recover_transfer_secret (const struct TALER_TransferPublicKeyP *trans const struct TALER_CoinSpendPrivateKeyP *coin_priv, struct TALER_TransferSecretP *transfer_secret); +GNUNET_NETWORK_STRUCT_BEGIN /** * Header for serializations of coin-specific information about the @@ -537,6 +537,8 @@ struct TALER_PlanchetSecretsP }; +GNUNET_NETWORK_STRUCT_END + /** * Setup information for a fresh coin, deriving the coin private key @@ -548,7 +550,7 @@ struct TALER_PlanchetSecretsP * @param[out] fc value to initialize */ void -TALER_setup_planchet (const struct TALER_TransferSecretP *secret_seed, +TALER_planchet_setup_refresh (const struct TALER_TransferSecretP *secret_seed, unsigned int coin_num_salt, struct TALER_PlanchetSecretsP *fc); |