exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit c2a42d5475daf23889c720734edbafc8c2ce4e4f
parent b1133719bb712b1c90573f310aa97bd2f4d8bfc2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Mar 2015 14:58:40 +0100

this is actually OK

Diffstat:
Msrc/mint/taler-mint-httpd_db.c | 3---
Msrc/util/crypto.c | 1-
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c @@ -919,9 +919,6 @@ check_commitment (struct MHD_Connection *connection, GNUNET_CRYPTO_ecdsa_key_get_public (&link_data->coin_priv, &coin_pub); - /* FIXME: we had envisioned a more complex scheme to derive - the message to sign for a blinded coin... - FIXME: we should have a function in util/ to do this! */ GNUNET_CRYPTO_hash (&coin_pub, sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey), &h_msg); diff --git a/src/util/crypto.c b/src/util/crypto.c @@ -308,7 +308,6 @@ TALER_test_coin_valid (const struct TALER_CoinPublicInfo *coin_public_info) { struct GNUNET_HashCode c_hash; - /* FIXME: we had envisioned a more complex scheme... */ GNUNET_CRYPTO_hash (&coin_public_info->coin_pub, sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey), &c_hash);