\r
#include <stdint.h>\r
#include <stdbool.h>\r
-#include "data.h"\r
+#include "crapto1/crapto1.h"\r
+#include "util.h"\r
\r
// defaults\r
// timeout in units. (ms * 106)/10 or us*0.0106\r
extern int mfCIdentify();\r
extern int DetectClassicPrng(void);\r
extern bool validate_prng_nonce(uint32_t nonce);\r
+extern void mf_crypto1_decrypt(struct Crypto1State *pcs, uint8_t *data, int len, bool isEncrypted);\r
\r
#endif\r