mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: iso15 from b8f35947f2
@lnv42
This commit is contained in:
parent
466bbe1733
commit
93ecfddb88
3 changed files with 51 additions and 53 deletions
|
@ -76,6 +76,7 @@
|
|||
|
||||
uint16_t Iso15693Crc(uint8_t *v, int n);
|
||||
int Iso15693AddCrc(uint8_t *req, int n);
|
||||
bool Iso15693CheckCrc(uint8_t *d, int n);
|
||||
char* Iso15693sprintUID(char *target,uint8_t *uid);
|
||||
unsigned short iclass_crc16(char *data_p, unsigned short length);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue