summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-15 18:27:32 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-15 18:27:32 +0100
commit4d98a1200a4dc03a89968212913dfd47bc1749a8 (patch)
tree0452e2107067255d43e48023cfb26456a863d540 /src/include/taler_signatures.h
parent7673ca0137358a2b52b8cc352a33a0ce3e01a1c3 (diff)
downloadexchange-4d98a1200a4dc03a89968212913dfd47bc1749a8.tar.gz
exchange-4d98a1200a4dc03a89968212913dfd47bc1749a8.tar.bz2
exchange-4d98a1200a4dc03a89968212913dfd47bc1749a8.zip
refactor denomination key structs to allow proper signing / serialization with new variable-size RSA keys
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index ac8f78a85..b91639321 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -442,8 +442,11 @@ struct TALER_MINT_DenomKeyIssue
*/
struct TALER_AmountNBO fee_refresh;
- // FIXME: does not work like this:
- struct GNUNET_CRYPTO_rsa_PublicKey *denom_pub;
+ /**
+ * Hash code of the denomination public key.
+ */
+ struct GNUNET_HashCode denom_hash;
+
};
GNUNET_NETWORK_STRUCT_END