Count keys inside cracker

This commit is contained in:
Aram
2016-05-12 00:53:03 +02:00
parent ec8689cbba
commit f0f54481c1
5 changed files with 1 additions and 6 deletions

View File

@ -487,9 +487,6 @@ void* crack_states_thread(void* x){
const uint64_t key = crack_states_bitsliced(space + j * 5);
if(key != -1){
found_key = key;
__sync_fetch_and_add(&keys_found, 1);
break;
} else if(keys_found){
break;
}
}