summaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-rsa.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-17 13:07:36 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-17 13:07:36 +0100
commitcc74bf311d863eef3e7af5b9b59fb311af5f50d6 (patch)
tree29ff892951f224f52109690c98b5d3108f6c84c7 /src/util/taler-exchange-secmod-rsa.h
parent3da97b291e03f45c269c9ef2dfbb38aa6a2ca740 (diff)
downloadexchange-cc74bf311d863eef3e7af5b9b59fb311af5f50d6.tar.gz
exchange-cc74bf311d863eef3e7af5b9b59fb311af5f50d6.tar.bz2
exchange-cc74bf311d863eef3e7af5b9b59fb311af5f50d6.zip
sms merge wip
Diffstat (limited to 'src/util/taler-exchange-secmod-rsa.h')
-rw-r--r--src/util/taler-exchange-secmod-rsa.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/util/taler-exchange-secmod-rsa.h b/src/util/taler-exchange-secmod-rsa.h
index 146b6948f..1723560a5 100644
--- a/src/util/taler-exchange-secmod-rsa.h
+++ b/src/util/taler-exchange-secmod-rsa.h
@@ -102,7 +102,8 @@ struct TALER_CRYPTO_RsaKeyPurgeNotification
/**
* Hash of the public key of the purged RSA key.
*/
- struct GNUNET_HashCode h_denom_pub;
+ // FIXME: wrong type, not hashed with age restriction here!
+ struct TALER_DenominationHash h_denom_pub;
};
@@ -125,7 +126,8 @@ struct TALER_CRYPTO_SignRequest
/**
* Hash of the public key of the RSA key to use for the signature.
*/
- struct GNUNET_HashCode h_denom_pub;
+ // FIXME: wrong type, not hashed with age restriction here!
+ struct TALER_DenominationHash h_denom_pub;
/* followed by message to sign */
};
@@ -149,7 +151,8 @@ struct TALER_CRYPTO_RevokeRequest
/**
* Hash of the public key of the revoked RSA key.
*/
- struct GNUNET_HashCode h_denom_pub;
+ // FIXME: wrong type, not hashed with age restriction here!
+ struct TALER_DenominationHash h_denom_pub;
};