summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h39
1 files changed, 26 insertions, 13 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 7b9d932d5..5eb4fbf45 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -639,8 +639,10 @@ TALER_planchet_to_coin (const struct TALER_DenominationPublicKey *dk,
* @param[out] ts computed transfer secret
*/
void
-TALER_link_derive_transfer_secret (const struct TALER_CoinSpendPrivateKeyP *coin_priv,
- const struct TALER_TransferPrivateKeyP *trans_priv,
+TALER_link_derive_transfer_secret (const struct
+ TALER_CoinSpendPrivateKeyP *coin_priv,
+ const struct
+ TALER_TransferPrivateKeyP *trans_priv,
struct TALER_TransferSecretP *ts);
@@ -653,8 +655,10 @@ TALER_link_derive_transfer_secret (const struct TALER_CoinSpendPrivateKeyP *coin
* @param[out] transfer_secret set to the shared secret
*/
void
-TALER_link_reveal_transfer_secret (const struct TALER_TransferPrivateKeyP *trans_priv,
- const struct TALER_CoinSpendPublicKeyP *coin_pub,
+TALER_link_reveal_transfer_secret (const struct
+ TALER_TransferPrivateKeyP *trans_priv,
+ const struct
+ TALER_CoinSpendPublicKeyP *coin_pub,
struct TALER_TransferSecretP *transfer_secret);
@@ -667,9 +671,12 @@ TALER_link_reveal_transfer_secret (const struct TALER_TransferPrivateKeyP *trans
* @param[out] transfer_secret set to the shared secret
*/
void
-TALER_link_recover_transfer_secret (const struct TALER_TransferPublicKeyP *trans_pub,
- const struct TALER_CoinSpendPrivateKeyP *coin_priv,
- struct TALER_TransferSecretP *transfer_secret);
+TALER_link_recover_transfer_secret (const struct
+ TALER_TransferPublicKeyP *trans_pub,
+ const struct
+ TALER_CoinSpendPrivateKeyP *coin_priv,
+ struct TALER_TransferSecretP *
+ transfer_secret);
/**
@@ -758,8 +765,10 @@ TALER_exchange_wire_signature_hash (const char *payto_url,
*/
int
TALER_exchange_wire_signature_check (const char *payto_url,
- const struct TALER_MasterPublicKeyP *master_pub,
- const struct TALER_MasterSignatureP *master_sig);
+ const struct
+ TALER_MasterPublicKeyP *master_pub,
+ const struct
+ TALER_MasterSignatureP *master_sig);
/**
@@ -771,7 +780,8 @@ TALER_exchange_wire_signature_check (const char *payto_url,
*/
void
TALER_exchange_wire_signature_make (const char *payto_url,
- const struct TALER_MasterPrivateKeyP *master_priv,
+ const struct
+ TALER_MasterPrivateKeyP *master_priv,
struct TALER_MasterSignatureP *master_sig);
@@ -801,8 +811,10 @@ TALER_merchant_wire_signature_hash (const char *payto_url,
int
TALER_merchant_wire_signature_check (const char *payto_url,
const char *salt,
- const struct TALER_MerchantPublicKeyP *merch_pub,
- const struct TALER_MerchantSignatureP *merch_sig);
+ const struct
+ TALER_MerchantPublicKeyP *merch_pub,
+ const struct
+ TALER_MerchantSignatureP *merch_sig);
/**
@@ -816,7 +828,8 @@ TALER_merchant_wire_signature_check (const char *payto_url,
void
TALER_merchant_wire_signature_make (const char *payto_url,
const char *salt,
- const struct TALER_MerchantPrivateKeyP *merch_priv,
+ const struct
+ TALER_MerchantPrivateKeyP *merch_priv,
struct TALER_MerchantSignatureP *merch_sig);