hf mf isen: add nt indexes

This commit is contained in:
Philippe Teuwen 2024-07-31 00:41:50 +02:00
commit fb0b448c4f
4 changed files with 22 additions and 12 deletions

View file

@ -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