mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Changes inorder for iclass dump to work correctly
This commit is contained in:
parent
26c0d833ac
commit
74a3880283
4 changed files with 28 additions and 24 deletions
|
@ -25,7 +25,7 @@
|
|||
#define CIPHER_H
|
||||
#include <stdint.h>
|
||||
|
||||
void doMAC(uint8_t cc_nr[12],uint8_t div_key[8], uint8_t mac[4]);
|
||||
void doMAC(uint8_t *cc_nr_p, int length, uint8_t *div_key_p, uint8_t mac[4]);
|
||||
int testMAC();
|
||||
|
||||
#endif // CIPHER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue