From 3b1e742dde4c386b38fc77147127b4bf6119d9e5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 11 Feb 2022 18:00:20 +0100 Subject: -simplify: nonce no longer hashed --- src/lib/exchange_api_link.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/lib/exchange_api_link.c') diff --git a/src/lib/exchange_api_link.c b/src/lib/exchange_api_link.c index 2e3b01a63..6a904da1b 100644 --- a/src/lib/exchange_api_link.c +++ b/src/lib/exchange_api_link.c @@ -169,21 +169,6 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh, GNUNET_CRYPTO_eddsa_key_get_public (&lh->coin_priv.eddsa_priv, &old_coin_pub.eddsa_pub); - // FIXME-NEXT: this is probably the wrong 'ps'! - // However, the 'right' PS is not something the - // exchange could even give us. So probably we - // really need to change the derivation structure - // during refresh to derive the nonces differently - // and make /link possible! - /* FIXME: we cannot get the 'rms' here, and - if the TALER_coin_ev_hash() includes that 'nonce', - we are screwed on/link. */ -#if FIXME_OMIT - TALER_cs_refresh_nonce_derive ( - &ps, - coin_idx, - &pd.blinded_planchet.details.cs_blinded_planchet.nonce); -#endif TALER_coin_ev_hash (&pd.blinded_planchet, &pd.denom_pub_hash, &coin_envelope_hash); -- cgit v1.2.3