mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
improved calc_iclass_mac to work independant of size
This commit is contained in:
parent
a66fca86b9
commit
fe53c0311c
3 changed files with 9 additions and 8 deletions
|
@ -41,6 +41,6 @@ typedef struct {
|
|||
} State;
|
||||
|
||||
void printarr(char * name, uint8_t* arr, int len);
|
||||
int calc_iclass_mac(uint8_t *cc_nr_p, uint8_t *div_key_p, uint8_t *mac);
|
||||
int calc_iclass_mac(uint8_t *cc_nr_p, int length, uint8_t *div_key_p, uint8_t *mac);
|
||||
|
||||
#endif // CIPHER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue