gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: -DCE


From: gnunet
Subject: [taler-anastasis] branch master updated: -DCE
Date: Sat, 14 Aug 2021 10:37:27 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new cc54548  -DCE
cc54548 is described below

commit cc54548aee7bc181b36e28c6758a888e82c16f65
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 14 10:37:20 2021 +0200

    -DCE
---
 src/include/anastasis_redux.h | 9 ---------
 src/util/anastasis_crypto.c   | 8 --------
 2 files changed, 17 deletions(-)

diff --git a/src/include/anastasis_redux.h b/src/include/anastasis_redux.h
index f5534ed..dd28174 100644
--- a/src/include/anastasis_redux.h
+++ b/src/include/anastasis_redux.h
@@ -63,15 +63,6 @@ json_t *
 ANASTASIS_recovery_start (const struct GNUNET_CONFIGURATION_Handle *cfg);
 
 
-/**
- * Returns an initial ANASTASIS recovery state.
- *
- * @return NULL on failure
- */
-json_t *
-ANASTASIS_recovery_start (const struct GNUNET_CONFIGURATION_Handle *cfg);
-
-
 /**
  * Signature of the callback passed to #ANASTASIS_redux_action()
  *
diff --git a/src/util/anastasis_crypto.c b/src/util/anastasis_crypto.c
index 70e3d87..bed0a94 100644
--- a/src/util/anastasis_crypto.c
+++ b/src/util/anastasis_crypto.c
@@ -20,7 +20,6 @@
  * @author Dominik Meister
  * @author Dennis Neufeld
  */
-
 #include "platform.h"
 #include "anastasis_crypto_lib.h"
 #include <gcrypt.h>
@@ -28,13 +27,6 @@
 #include <gnunet/gnunet_util_lib.h>
 #include <string.h>
 
-#if defined(DEBUG) || defined(DEBUG2)
-#define SCRYPT_ITERATION 1
-
-#else
-#define SCRYPT_ITERATION 1000
-#endif
-
 
 void
 ANASTASIS_hash_answer (uint64_t code,

-- 
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]