mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
style
This commit is contained in:
parent
1107c214c5
commit
97eb0238b1
17 changed files with 191 additions and 160 deletions
|
@ -1300,7 +1300,7 @@ void MifareNested(uint8_t blockNo, uint8_t keyType, uint8_t targetBlockNo, uint8
|
|||
break;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
uint32_t nttmp = prng_successor(nt1, 100); //NXP Mifare is typical around 840,but for some unlicensed/compatible mifare card this can be 160
|
||||
for (i = 101; i < 1200; i++) {
|
||||
nttmp = prng_successor(nttmp, 1);
|
||||
|
@ -1354,7 +1354,7 @@ void MifareNested(uint8_t blockNo, uint8_t keyType, uint8_t targetBlockNo, uint8
|
|||
LED_C_ON();
|
||||
|
||||
// get crypted nonces for target sector
|
||||
for (i = 0; ((i < 2) && (isOK == PM3_SUCCESS)); i++) {
|
||||
for (i = 0; ((i < 2) && (isOK == PM3_SUCCESS)); i++) {
|
||||
|
||||
// look for exactly two different nonces
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue