X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a37725facfb70e0d699f423c6d986173ef890531..5d643cc03337448602b9ea7aee4d9c4581ca9434:/client/mifarehost.h diff --git a/client/mifarehost.h b/client/mifarehost.h index bef397bb..6a37fef1 100644 --- a/client/mifarehost.h +++ b/client/mifarehost.h @@ -13,7 +13,8 @@ #include #include -#include "data.h" +#include "crapto1/crapto1.h" +#include "util.h" // defaults // timeout in units. (ms * 106)/10 or us*0.0106 @@ -62,5 +63,6 @@ extern int tryDecryptWord(uint32_t nt, uint32_t ar_enc, uint32_t at_enc, uint8_t extern int mfCIdentify(); extern int DetectClassicPrng(void); extern bool validate_prng_nonce(uint32_t nonce); +extern void mf_crypto1_decrypt(struct Crypto1State *pcs, uint8_t *data, int len, bool isEncrypted); #endif