mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
iclass.c: speeding up MAC calculation
This commit is contained in:
parent
17505ce2a7
commit
1477ba8a3c
2 changed files with 119 additions and 89 deletions
|
@ -1146,7 +1146,7 @@ int doIClassSimulation(int simulationMode, uint8_t *reader_mac_buf) {
|
|||
memcpy(data_response, ToSend, ToSendMax);
|
||||
modulated_response = data_response;
|
||||
modulated_response_size = ToSendMax;
|
||||
response_delay = 0;//We need to hurry here...
|
||||
response_delay = 0; //We need to hurry here... (but maybe not too much... ??)
|
||||
//exitLoop = true;
|
||||
} else { //Not fullsim, we don't respond
|
||||
// We do not know what to answer, so lets keep quiet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue