summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-14 10:37:20 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-14 10:37:20 +0200
commitcc54548aee7bc181b36e28c6758a888e82c16f65 (patch)
tree1db88934690d61f18c9c66d90c1721cec184f17c
parent4d7970b571b63349f87578f20e2e392812b21eb0 (diff)
downloadanastasis-cc54548aee7bc181b36e28c6758a888e82c16f65.tar.gz
anastasis-cc54548aee7bc181b36e28c6758a888e82c16f65.tar.bz2
anastasis-cc54548aee7bc181b36e28c6758a888e82c16f65.zip
-DCE
-rw-r--r--src/include/anastasis_redux.h9
-rw-r--r--src/util/anastasis_crypto.c8
2 files changed, 0 insertions, 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
@@ -64,15 +64,6 @@ 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()
*
* @param cls closure
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,