diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-02-20 21:51:41 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-02-20 21:51:46 +0100 | 
| commit | 19624fd776f28812354f7e2b50b26e984ff077ab (patch) | |
| tree | 625d0019650cb88d42bbf7f5ac0c1ef51fabac70 /src/exchangedb | |
| parent | dbc5adba7f22fb9568be29479ac9cf19463d471f (diff) | |
-ensure different HKDF is used in melt vs. withdraw
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/test_exchangedb.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index 80740714..7cb48171 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -1490,6 +1490,7 @@ run (void *cls)          TALER_denom_sign_blinded (            &cbc.sig,            &dkp->priv, +          false,            &pd.blinded_planchet));        TALER_blinded_planchet_free (&pd.blinded_planchet);      } @@ -1759,6 +1760,7 @@ run (void *cls)        GNUNET_assert (GNUNET_OK ==                       TALER_denom_sign_blinded (&ccoin->coin_sig,                                                 &new_dkp[cnt]->priv, +                                               true,                                                 bp));      }      RND_BLK (&tprivs); | 
