anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit cc54548aee7bc181b36e28c6758a888e82c16f65
parent 4d7970b571b63349f87578f20e2e392812b21eb0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 14 Aug 2021 10:37:20 +0200

-DCE

Diffstat:
Msrc/include/anastasis_redux.h | 9---------
Msrc/util/anastasis_crypto.c | 8--------
2 files changed, 0 insertions(+), 17 deletions(-)

diff --git 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 @@ -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,