mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
Add CCITT Kermit CRC check for FDX-B demod
This commit is contained in:
parent
cf4d3e21b0
commit
6eaa8da9dc
3 changed files with 51 additions and 26 deletions
|
@ -12,4 +12,5 @@
|
|||
unsigned short update_crc16(unsigned short crc, unsigned char c);
|
||||
uint16_t crc16(uint8_t const *message, int length, uint16_t remainder, uint16_t polynomial);
|
||||
uint16_t crc16_ccitt(uint8_t const *message, int length);
|
||||
uint16_t crc16_ccitt_kermit(uint8_t const *message, int length);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue