mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
minor code clean up
This commit is contained in:
parent
046fd76608
commit
a198737b44
1 changed files with 2 additions and 3 deletions
|
@ -62,9 +62,8 @@ int main (int argc, char *argv[]) {
|
||||||
crypto1_word(t, uid ^ nt, 0);
|
crypto1_word(t, uid ^ nt, 0);
|
||||||
crypto1_word(t, nr1_enc, 1);
|
crypto1_word(t, nr1_enc, 1);
|
||||||
if (ar1_enc == (crypto1_word(t, 0, 0) ^ prng_successor(nt, 64))) {
|
if (ar1_enc == (crypto1_word(t, 0, 0) ^ prng_successor(nt, 64))) {
|
||||||
printf("\nFound Key: [%012"llx"]\n\n",key);
|
printf("\nFound Key: [%012"llx"]\n\n",key);
|
||||||
break;
|
break;}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
free(s);
|
free(s);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue