update link data test

This commit is contained in:
Joseph 2023-01-30 09:38:16 -05:00
parent 09c043c177
commit d93006c354
No known key found for this signature in database
GPG Key ID: E709789D3076B5CC

View File

@ -49,8 +49,8 @@
#define CURRENCY "EUR" #define CURRENCY "EUR"
#define RSA_KEY_SIZE 1024 #define RSA_KEY_SIZE 1024
#define ROUNDS 2 #define ROUNDS 100
#define NUM_ROWS 10 #define NUM_ROWS 1000
#define MELT_NEW_COINS 5 #define MELT_NEW_COINS 5
#define DENOMINATIONS 5 #define DENOMINATIONS 5
#define MELT_NOREVEAL_INDEX 1 #define MELT_NOREVEAL_INDEX 1
@ -402,7 +402,7 @@ run (void *cls)
TALER_blinded_planchet_free (&revealed_coins[cnt].blinded_planchet); TALER_blinded_planchet_free (&revealed_coins[cnt].blinded_planchet);
} }
{ /* {
struct TALER_CoinSpendPublicKeyP ocp; struct TALER_CoinSpendPublicKeyP ocp;
uint64_t rrc_serial; uint64_t rrc_serial;
@ -411,7 +411,7 @@ run (void *cls)
&revealed_coins->coin_envelope_hash, &revealed_coins->coin_envelope_hash,
&ocp, &ocp,
&rrc_serial)); &rrc_serial));
} }*/
} }
if (ROUNDS == i) if (ROUNDS == i)
TALER_denom_sig_free (&depos[i].coin.denom_sig); TALER_denom_sig_free (&depos[i].coin.denom_sig);