summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-07 23:21:49 +0200
committerChristian Grothoff <christian@grothoff.org>2016-08-07 23:21:49 +0200
commit0fd6cf19afc8091494ba1b2adcf2b4b2c7bcadcb (patch)
treedf92291464c7142cf7011f37a63fd860d5c36ac3 /src/include/taler_crypto_lib.h
parent745719dbc1482734ab3ca7a20541ee8a12ecb69c (diff)
downloadexchange-0fd6cf19afc8091494ba1b2adcf2b4b2c7bcadcb.tar.gz
exchange-0fd6cf19afc8091494ba1b2adcf2b4b2c7bcadcb.tar.bz2
exchange-0fd6cf19afc8091494ba1b2adcf2b4b2c7bcadcb.zip
mostly working migration of the DH-seeded refresh variant
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h20
1 files changed, 0 insertions, 20 deletions
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
/**