gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -note on salt


From: gnunet
Subject: [taler-merchant] branch master updated: -note on salt
Date: Sat, 09 Oct 2021 12:43:08 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new d16c03c6 -note on salt
d16c03c6 is described below

commit d16c03c64da9f58e9bbf6b14bae69da633566da6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 9 12:43:00 2021 +0200

    -note on salt
---
 src/backend/taler-merchant-httpd_helper.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_helper.c 
b/src/backend/taler-merchant-httpd_helper.c
index 585a491a..2427b1e0 100644
--- 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;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]