mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
add: fast reverse 16bit
This commit is contained in:
parent
e76b4f93b8
commit
e396575424
4 changed files with 27 additions and 6 deletions
|
@ -28,7 +28,6 @@ uint16_t Iso15693Crc(uint8_t *v, int n)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
return ~(uint16_t)(reg & 0xffff);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue