mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
add ref for cryptorf which uses 14b crc
This commit is contained in:
parent
e3767a3e28
commit
db9818abe4
2 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,7 @@ typedef enum {
|
|||
CRC_CCITT,
|
||||
CRC_KERMIT,
|
||||
CRC_XMODEM,
|
||||
CRC_CRYPTORF,
|
||||
} CrcType_t;
|
||||
|
||||
uint16_t update_crc16_ex(uint16_t crc, uint8_t c, uint16_t polynomial);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue