diff options
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 /** |