mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Sync from Upstream
This commit is contained in:
parent
ea53e1f981
commit
6a52b6074f
161 changed files with 2002 additions and 1463 deletions
|
@ -2747,7 +2747,7 @@ void DetectNACKbug() {
|
|||
bool received_nack;
|
||||
|
||||
// Mifare Classic's random generator repeats every 2^16 cycles (and so do the nonces).
|
||||
uint32_t sync_cycles = PRNG_SEQUENCE_LENGTH;
|
||||
int32_t sync_cycles = PRNG_SEQUENCE_LENGTH;
|
||||
|
||||
BigBuf_free();
|
||||
BigBuf_Clear_ext(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue