mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-03 19:43:09 +08:00
style
This commit is contained in:
parent
72a9f0a0a8
commit
1cf98096e6
2 changed files with 6 additions and 6 deletions
|
@ -822,11 +822,11 @@ static bool hitag2_crypto(uint8_t *rx, const size_t rxlen, uint8_t *tx, size_t *
|
|||
if (bCrypto == false) {
|
||||
|
||||
uint64_t ui64key = key[0] |
|
||||
((uint64_t)key[1]) << 8 |
|
||||
((uint64_t)key[2]) << 16 |
|
||||
((uint64_t)key[3]) << 24 |
|
||||
((uint64_t)key[4]) << 32 |
|
||||
((uint64_t)key[5]) << 40;
|
||||
((uint64_t)key[1]) << 8 |
|
||||
((uint64_t)key[2]) << 16 |
|
||||
((uint64_t)key[3]) << 24 |
|
||||
((uint64_t)key[4]) << 32 |
|
||||
((uint64_t)key[5]) << 40;
|
||||
|
||||
uint32_t ui32uid = MemLeToUint4byte(rx);
|
||||
|
||||
|
|
|
@ -13212,6 +13212,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 759,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2025-02-21T14:36:13"
|
||||
"extracted_on": "2025-02-21T15:40:14"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue