mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix mf aes key length and typo in make help
This commit is contained in:
parent
a8a1c77343
commit
49521078e5
4 changed files with 21 additions and 21 deletions
|
@ -1806,7 +1806,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
struct p {
|
||||
bool turn_off_field;
|
||||
uint8_t keyno;
|
||||
uint8_t key[18];
|
||||
uint8_t key[16];
|
||||
} PACKED;
|
||||
struct p *payload = (struct p *) packet->data.asBytes;
|
||||
MifareUL_AES_Auth(payload->turn_off_field, payload->keyno, payload->key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue