commit d16c03c64da9f58e9bbf6b14bae69da633566da6 parent 62f34bf43a204bc370d1b78188a07e4372dbb725 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 9 Oct 2021 12:43:00 +0200 -note on salt Diffstat:
| M | src/backend/taler-merchant-httpd_helper.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_helper.c b/src/backend/taler-merchant-httpd_helper.c @@ -315,6 +315,8 @@ TMH_taxes_array_valid (const json_t *taxes) struct TMH_WireMethod * TMH_setup_wire_account (const char *payto_uri) { + // FIXME: avoid use of huge 512-bit salt!? + // Seems 128-bit should suffice, right? struct GNUNET_HashCode salt; struct TMH_WireMethod *wm;