From 0fd6cf19afc8091494ba1b2adcf2b4b2c7bcadcb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 7 Aug 2016 23:21:49 +0200 Subject: mostly working migration of the DH-seeded refresh variant --- src/include/taler_crypto_lib.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/include/taler_crypto_lib.h') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index e8e8f3a03..269c1c62c 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -475,26 +475,6 @@ struct TALER_WireTransferIdentifierP }; -/** - * @brief Representation of an encrypted refresh link. - */ -struct TALER_RefreshLinkEncryptedP -{ - - /** - * Encrypted blinding key with @e blinding_key_enc_size bytes, - * must be allocated at the end of this struct. - */ - char blinding_key_enc[sizeof (struct TALER_DenominationBlindingKeyP)]; - - /** - * Encrypted private key of the coin. - */ - char coin_priv_enc[sizeof (struct TALER_CoinSpendPrivateKeyP)]; - -}; - - GNUNET_NETWORK_STRUCT_END /** -- cgit v1.2.3