Add support for Mifare DESFire EV1 with AES encryption.
This commit is contained in:
parent
1070d9bfde
commit
42f9457d9f
19 changed files with 2238 additions and 268 deletions
|
|
@ -23,6 +23,8 @@
|
|||
extern uint8_t key_data_null[8];
|
||||
extern uint8_t key_data_des[8];
|
||||
extern uint8_t key_data_3des[16];
|
||||
extern uint8_t key_data_aes[16];
|
||||
extern const uint8_t key_data_aes_version;
|
||||
|
||||
void mifare_desfire_auto_authenticate (MifareTag tag, uint8_t key_no);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue