Update counters on-line by default

This commit is contained in:
Aram
2016-05-05 23:20:30 +02:00
parent 0caa5139bb
commit 4f54df7bc9
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ size_t total_states;
// linked from crapto1.c file
extern uint8_t lfsr_rollback_byte(uint64_t* s, uint32_t in, int fb);
#define ONLINE_COUNT
#define EXACT_COUNT
// arrays of bitsliced states with identical values in all slices

View File

@ -294,7 +294,6 @@ POSSIBILITY OF SUCH DAMAGES.
#include <nfc/nfc.h>
#include <math.h>
#define ONLINE_COUNT
#include "crypto1_bs_crack.h"
extern uint64_t * crypto1_create(uint64_t key);