Update counters on-line by default
This commit is contained in:
@ -11,6 +11,7 @@ size_t total_states;
|
|||||||
// linked from crapto1.c file
|
// linked from crapto1.c file
|
||||||
extern uint8_t lfsr_rollback_byte(uint64_t* s, uint32_t in, int fb);
|
extern uint8_t lfsr_rollback_byte(uint64_t* s, uint32_t in, int fb);
|
||||||
|
|
||||||
|
#define ONLINE_COUNT
|
||||||
#define EXACT_COUNT
|
#define EXACT_COUNT
|
||||||
|
|
||||||
// arrays of bitsliced states with identical values in all slices
|
// arrays of bitsliced states with identical values in all slices
|
||||||
|
@ -294,7 +294,6 @@ POSSIBILITY OF SUCH DAMAGES.
|
|||||||
#include <nfc/nfc.h>
|
#include <nfc/nfc.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#define ONLINE_COUNT
|
|
||||||
#include "crypto1_bs_crack.h"
|
#include "crypto1_bs_crack.h"
|
||||||
|
|
||||||
extern uint64_t * crypto1_create(uint64_t key);
|
extern uint64_t * crypto1_create(uint64_t key);
|
||||||
|
Reference in New Issue
Block a user