256 bit is too small for some values, need at least 512
This commit is contained in:
parent
4821541c7c
commit
3fd22d4b6f
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#define CURRENCY "EUR"
|
#define CURRENCY "EUR"
|
||||||
#define PERF_TALER_MINTDB_RSA_SIZE 256
|
#define PERF_TALER_MINTDB_RSA_SIZE 512
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -597,7 +597,7 @@ struct TALER_MINTDB_RefreshCommitCoin *
|
|||||||
PERF_TALER_MINTDB_refresh_commit_coin_copy (struct TALER_MINTDB_RefreshCommitCoin *commit_coin)
|
PERF_TALER_MINTDB_refresh_commit_coin_copy (struct TALER_MINTDB_RefreshCommitCoin *commit_coin)
|
||||||
{
|
{
|
||||||
struct TALER_MINTDB_RefreshCommitCoin *copy;
|
struct TALER_MINTDB_RefreshCommitCoin *copy;
|
||||||
|
|
||||||
copy = GNUNET_new (struct TALER_MINTDB_RefreshCommitCoin);
|
copy = GNUNET_new (struct TALER_MINTDB_RefreshCommitCoin);
|
||||||
copy->refresh_link = GNUNET_new (struct TALER_RefreshLinkEncrypted);
|
copy->refresh_link = GNUNET_new (struct TALER_RefreshLinkEncrypted);
|
||||||
*copy->refresh_link = *commit_coin->refresh_link;
|
*copy->refresh_link = *commit_coin->refresh_link;
|
||||||
|
Loading…
Reference in New Issue
Block a user