commit cb9d061522ad97e4c368d1de602278c1502ff16e
parent 34104c5ef5c63e42f2954af5a5e34b43927cb286
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 29 Jul 2026 13:08:36 +0200
do not log challenge answers or the core secret
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/util/anastasis_crypto.c b/src/util/anastasis_crypto.c
@@ -42,8 +42,7 @@ ANASTASIS_hash_answer (uint64_t code,
strlen (cbuf),
hashed_code);
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Hashed answer %llu to %s\n",
- (unsigned long long) code,
+ "Hashed answer to %s\n",
GNUNET_h2s (hashed_code));
}