From 7a0ec5e052cb8ae14ae086c722ef47b9450c6312 Mon Sep 17 00:00:00 2001 From: Aram Date: Sun, 8 May 2016 17:15:41 +0200 Subject: [PATCH] Raised cutoff point to 2^39 --- libnfc_crypto1_crack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc_crypto1_crack.c b/libnfc_crypto1_crack.c index 1e50539..5e9a905 100644 --- a/libnfc_crypto1_crack.c +++ b/libnfc_crypto1_crack.c @@ -498,7 +498,7 @@ void* crack_states_thread(void* x){ } bool stop_collection = false; -#define CUTOFF ((uint64_t) 1<<37) +#define CUTOFF ((uint64_t) 1<<39) void * update_predictions_thread(void* p){ while(!stop_collection){