mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user