mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
CHG: the mifare Auth command can make use of a random nonce aswell.
CHG: since sim commands are timing critical, I'm testing a smaller prand prng function from Intel
This commit is contained in:
parent
76c0ec0ba8
commit
e99acd00cc
5 changed files with 81 additions and 64 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include "common.h"
|
||||
#include "ticks.h"
|
||||
|
||||
void fast_prand();
|
||||
void fast_prandEx(uint32_t seed);
|
||||
uint32_t prand();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue