From cc74bf311d863eef3e7af5b9b59fb311af5f50d6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 17 Nov 2021 13:07:36 +0100 Subject: sms merge wip --- src/util/taler-exchange-secmod-rsa.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/util/taler-exchange-secmod-rsa.h') diff --git a/src/util/taler-exchange-secmod-rsa.h b/src/util/taler-exchange-secmod-rsa.h index 146b6948..1723560a 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; }; -- cgit v1.2.3