improve hf 14a info (#457)

* added validate_prng_nonce from iceman1001 fork
* added DetectClassicPrng from iceman1001 fork
This commit is contained in:
Oleg Moiseenko 2017-11-01 18:48:59 +02:00 committed by pwpiwi
commit fe6bf3c58c
4 changed files with 85 additions and 1 deletions

View file

@ -60,5 +60,6 @@ extern int saveTraceCard(void);
extern int tryDecryptWord(uint32_t nt, uint32_t ar_enc, uint32_t at_enc, uint8_t *data, int len);
extern int mfCIdentify();
extern int DetectClassicPrng(void);
#endif