diff options
Diffstat (limited to 'src/util/anastasis_crypto.c')
-rw-r--r-- | src/util/anastasis_crypto.c | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ | |||
20 | * @author Dominik Meister | 20 | * @author Dominik Meister |
21 | * @author Dennis Neufeld | 21 | * @author Dennis Neufeld |
22 | */ | 22 | */ |
23 | |||
24 | #include "platform.h" | 23 | #include "platform.h" |
25 | #include "anastasis_crypto_lib.h" | 24 | #include "anastasis_crypto_lib.h" |
26 | #include <gcrypt.h> | 25 | #include <gcrypt.h> |
@@ -28,13 +27,6 @@ | |||
28 | #include <gnunet/gnunet_util_lib.h> | 27 | #include <gnunet/gnunet_util_lib.h> |
29 | #include <string.h> | 28 | #include <string.h> |
30 | 29 | ||
31 | #if defined(DEBUG) || defined(DEBUG2) | ||
32 | #define SCRYPT_ITERATION 1 | ||
33 | |||
34 | #else | ||
35 | #define SCRYPT_ITERATION 1000 | ||
36 | #endif | ||
37 | |||
38 | 30 | ||
39 | void | 31 | void |
40 | ANASTASIS_hash_answer (uint64_t code, | 32 | ANASTASIS_hash_answer (uint64_t code, |