mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
hf mf isen: add nt indexes
This commit is contained in:
parent
153064ddfa
commit
fb0b448c4f
4 changed files with 22 additions and 12 deletions
|
@ -125,4 +125,6 @@ bool emlCheckValBl(int blockNum);
|
|||
bool validate_prng_nonce(uint32_t nonce);
|
||||
bool validate_parity_nonce(uint32_t ntenc, uint8_t ntparenc, uint32_t nt);
|
||||
int nonce_distance(uint32_t from, uint32_t to);
|
||||
int nonce16_distance(uint16_t x, uint16_t y);
|
||||
int nonce16_index(uint16_t nt);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue