diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-08-07 23:21:49 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-08-07 23:21:49 +0200 |
commit | 0fd6cf19afc8091494ba1b2adcf2b4b2c7bcadcb (patch) | |
tree | df92291464c7142cf7011f37a63fd860d5c36ac3 /src/include | |
parent | 745719dbc1482734ab3ca7a20541ee8a12ecb69c (diff) |
mostly working migration of the DH-seeded refresh variant
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_crypto_lib.h | 20 |
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 /** |