[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -note on rename needed for donau
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -note on rename needed for donau and subscriptions |
Date: |
Tue, 17 Oct 2023 16:38:40 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 1cac42ae -note on rename needed for donau and subscriptions
1cac42ae is described below
commit 1cac42ae5b5565656d148cca274f4dd091c8ee8f
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Oct 17 16:38:36 2023 +0200
-note on rename needed for donau and subscriptions
---
src/include/taler_crypto_lib.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index cef8f55a..bbf0520e 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -1162,6 +1162,7 @@ TALER_cs_pub_hash (const struct GNUNET_CRYPTO_CsPublicKey
*cs,
/**
* Types of public keys used for denominations in Taler.
+ * FIXME: rename to BlindCipher
*/
enum TALER_DenominationCipher
{
@@ -1185,6 +1186,7 @@ enum TALER_DenominationCipher
/**
* @brief Type of (unblinded) coin signatures for Taler.
+ * FIXME: rename to BlindSignature
*/
struct TALER_DenominationSignature
{
@@ -1234,6 +1236,7 @@ struct TALER_BlindedDenominationCsSignAnswer
/**
* @brief Type for *blinded* denomination signatures for Taler.
* Must be unblinded before it becomes valid.
+ * FIXME: rename to BlindedSignature
*/
struct TALER_BlindedDenominationSignature
{
@@ -1317,6 +1320,7 @@ struct TALER_AgeAttestation
/**
* @brief Type of public signing keys for verifying blindly signed coins.
+ * FIXME: rename to BlindPublicKey
*/
struct TALER_DenominationPublicKey
{
@@ -1352,6 +1356,7 @@ struct TALER_DenominationPublicKey
/**
* @brief Type of private signing keys for blind signing of coins.
+ * FIXME: rename to BlindPrivateKey
*/
struct TALER_DenominationPrivateKey
{
@@ -1382,6 +1387,7 @@ struct TALER_DenominationPrivateKey
/**
* @brief RSA Parameters to create blinded signature
*
+ * FIXME: rename to BlindedMessage or so???
*/
struct TALER_BlindedRsaPlanchet
{
@@ -1429,6 +1435,7 @@ struct TALER_BlindedCsPlanchet
/**
* @brief Type including Parameters to create blinded signature
+ * FIXME: rename to BlindedXXX
*/
struct TALER_BlindedPlanchet
{
@@ -1542,6 +1549,7 @@ struct TALER_TrackTransferDetails
/**
* @brief Type of algorithm specific Values for withdrawal
+ * FIXME: rename to BlindedInputValues or so???
*/
struct TALER_ExchangeWithdrawValues
{
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -note on rename needed for donau and subscriptions,
gnunet <=