mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Update cmdlfindala.c
This commit is contained in:
parent
20a0713441
commit
059b657156
1 changed files with 1 additions and 1 deletions
|
@ -1175,7 +1175,7 @@ int getIndalaBits(uint8_t fc, uint16_t cn, uint8_t *bits) {
|
|||
bits[38] = 0; // parity for even bits
|
||||
uint8_t p1 = 1;
|
||||
uint8_t p2 = 1;
|
||||
|
||||
|
||||
for (int i=33; i < 64; i++) {
|
||||
if (i%2)
|
||||
p1 ^= bits[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue