]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/mifarehost.h
hf list mf 1st auth works
[proxmark3-svn] / client / mifarehost.h
index bef397bbb16f727cad17f2ee9aac864bc7a16715..457a879fc853ea593213edd8c9d5ac86cae894ae 100644 (file)
@@ -14,6 +14,7 @@
 #include <stdint.h>\r
 #include <stdbool.h>\r
 #include "data.h"\r
 #include <stdint.h>\r
 #include <stdbool.h>\r
 #include "data.h"\r
+#include "crapto1/crapto1.h"\r
 \r
 // defaults\r
 // timeout in units. (ms * 106)/10 or us*0.0106\r
 \r
 // defaults\r
 // timeout in units. (ms * 106)/10 or us*0.0106\r
@@ -62,5 +63,6 @@ extern int tryDecryptWord(uint32_t nt, uint32_t ar_enc, uint32_t at_enc, uint8_t
 extern int mfCIdentify();\r
 extern int DetectClassicPrng(void);\r
 extern bool validate_prng_nonce(uint32_t nonce);\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
 \r
 #endif\r
Impressum, Datenschutz