mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: adjusted the input parameters for crc16 implementations.
This commit is contained in:
parent
1f5477491f
commit
205e4b2300
8 changed files with 206 additions and 61 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "crc.h"
|
||||
#include "iso15693tools.h" //
|
||||
#include "iso14443crc.h" // crc 14a
|
||||
#include "crc16.h" // crc16 ccitt
|
||||
#include "tea.h"
|
||||
#include "legic_prng.h"
|
||||
#include "loclass/elite_crack.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue