From 745719dbc1482734ab3ca7a20541ee8a12ecb69c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 5 Aug 2016 16:08:19 +0200 Subject: first half of changing refresh protocol to derive all key data from DH --- src/include/taler_signatures.h | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'src/include/taler_signatures.h') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 098799538..a4d599cd7 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -877,31 +877,6 @@ struct TALER_ExchangeKeyValidityPS }; -/** - * @brief For each (old) coin being melted, we have a `struct - * RefreshCommitLinkP` that allows the user to find the shared secret - * to decrypt the respective refresh links for the new coins in the - * `struct TALER_EXCHANGEDB_RefreshCommitCoin`. - * - * Part of the construction of the refresh session's hash and - * thus of what is signed there. - */ -struct TALER_RefreshCommitLinkP -{ - /** - * Transfer public key, used to decrypt the @e shared_secret_enc - * in combintation with the corresponding private key of the - * coin. - */ - struct TALER_TransferPublicKeyP transfer_pub; - - /** - * Encrypted shared secret to decrypt the link. - */ - struct TALER_EncryptedLinkSecretP shared_secret_enc; -}; - - /** * @brief Information signed by the exchange's master * key affirming the SEPA details for the exchange. -- cgit v1.2.3