CHG: refactor CRC16 algos. This is a big change, most likely some parts broke, hard to test it all.

This commit is contained in:
iceman1001
2018-02-01 15:19:47 +01:00
parent d2e9f4a743
commit 52d69ed4ee
35 changed files with 512 additions and 674 deletions

View File

@@ -23,7 +23,7 @@
#include "data.h"
#include "util.h"
#include "crapto1/crapto1.h"
#include "iso14443crc.h"
#include "crc16.h"
#include "protocols.h"
#include "mifare.h"
#include "mfkey.h"