summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-21 12:20:45 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-21 12:20:45 +0200
commitad343059427a20ad091d384fc430b631feae70cc (patch)
treec27451562e9809ffe35e8c956d211e62b8c7231f /src/include/taler_crypto_lib.h
parentc94309ee6ecfc58dd852e0d61b7aa0a0c16c7db0 (diff)
downloadexchange-ad343059427a20ad091d384fc430b631feae70cc.tar.gz
exchange-ad343059427a20ad091d384fc430b631feae70cc.tar.bz2
exchange-ad343059427a20ad091d384fc430b631feae70cc.zip
expose blinding key in refresh-reveal API in preparation for #5777
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 4024123bf..7b9d932d5 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -435,27 +435,6 @@ struct TALER_PlanchetSecretsP
};
-/**
- * Header for serializations of coin-specific information about the fresh
- * coins we generate from refresh. These are the secrets that arise during
- * planchet generation, which is the first stage of creating a new coin from
- * refresh.
- */
-struct TALER_RefreshPlanchetSecretsP
-{
-
- /**
- * Private key of the coin.
- */
- struct TALER_CoinSpendPrivateKeyP coin_priv;
-
- /**
- * XXX. See #5777~0014690 - need a solution for this first!
- */
- struct TALER_TransferPrivateKeyP transfer_priv;
-
-};
-
GNUNET_NETWORK_STRUCT_END