mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
add cardx crc skeleton, will need to adapt
This commit is contained in:
parent
588c24b5e3
commit
50d1dfea77
2 changed files with 10 additions and 0 deletions
|
@ -73,4 +73,6 @@ uint32_t CRC4Legic(uint8_t *buff, size_t size);
|
|||
// Calculate CRC-8/Legic checksum
|
||||
uint32_t CRC8Legic(uint8_t *buff, size_t size);
|
||||
|
||||
// Calculate CRC-8/Cardx checksum
|
||||
uint32_t CRC8Cardx(uint8_t *buff, size_t size);
|
||||
#endif /* __CRC_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue