From 3fd22d4b6fdcb470dcbd11b35b20c0ddcf771939 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Oct 2015 21:01:02 +0100 Subject: 256 bit is too small for some values, need at least 512 --- src/mintdb/perf_taler_mintdb_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mintdb') diff --git a/src/mintdb/perf_taler_mintdb_init.c b/src/mintdb/perf_taler_mintdb_init.c index 27b29a669..141ac1ab8 100644 --- a/src/mintdb/perf_taler_mintdb_init.c +++ b/src/mintdb/perf_taler_mintdb_init.c @@ -26,7 +26,7 @@ #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) { struct TALER_MINTDB_RefreshCommitCoin *copy; - + copy = GNUNET_new (struct TALER_MINTDB_RefreshCommitCoin); copy->refresh_link = GNUNET_new (struct TALER_RefreshLinkEncrypted); *copy->refresh_link = *commit_coin->refresh_link; -- cgit v1.2.3