mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
REM: removed a print. The printing is done in the calling function.
This commit is contained in:
parent
8130eba4d1
commit
89a40c3d1d
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ int nonce2key(uint32_t uid, uint32_t nt, uint32_t nr, uint64_t par_info, uint64_
|
||||||
state = lfsr_common_prefix(nr, rr, ks3x, par);
|
state = lfsr_common_prefix(nr, rr, ks3x, par);
|
||||||
lfsr_rollback_word(state, uid^nt, 0);
|
lfsr_rollback_word(state, uid^nt, 0);
|
||||||
crypto1_get_lfsr(state, key);
|
crypto1_get_lfsr(state, key);
|
||||||
printf("\nkey recovered: %012"llx"\n\n",key);
|
|
||||||
crypto1_destroy(state);
|
crypto1_destroy(state);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue