mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix
This commit is contained in:
parent
dfdaa41987
commit
f58b4603ba
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ static void reverse_3des_key(const uint8_t *master_key, int length, uint8_t *rev
|
|||
for (int i = 0; i < length; i++) {
|
||||
reverse_master_key[i] = master_key[(length - 1) - i];
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Command parser for auth1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue