mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-29 11:52:59 +08:00
chg: fchk/chk keys - tiny bit faster
This commit is contained in:
parent
9448ec4052
commit
e25300843e
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@ int mifare_classic_authex(struct Crypto1State *pcs, uint32_t uid, uint8_t blockN
|
|||
uint32_t save_timeout = iso14a_get_timeout();
|
||||
|
||||
// set timeout for authentication response
|
||||
if (save_timeout > 106)
|
||||
iso14a_set_timeout(106);
|
||||
if (save_timeout > 103)
|
||||
iso14a_set_timeout(103);
|
||||
|
||||
// Receive 4 byte tag answer
|
||||
len = ReaderReceive(receivedAnswer, receivedAnswerPar);
|
||||
|
|
Loading…
Reference in a new issue