mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
Modified kermit crc to use existing crc calc code
This commit is contained in:
parent
c2c7f6c271
commit
07b5a3c3ba
3 changed files with 19 additions and 17 deletions
|
@ -13,4 +13,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);
|
||||
uint16_t bit_reverse_uint16 (uint16_t value);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue