ADD: added a reference to a generic CRC-8 checksum algo in common/crc.c

This commit is contained in:
iceman1001 2015-03-12 10:10:22 +01:00
parent 5ff3c4017b
commit 3d83b58b50

View file

@ -70,6 +70,7 @@ CMDSRCS = nonce2key/crapto1.c\
loclass/elite_crack.c\ loclass/elite_crack.c\
loclass/fileutils.c\ loclass/fileutils.c\
mifarehost.c\ mifarehost.c\
crc.c \
crc16.c \ crc16.c \
crc64.c \ crc64.c \
iso14443crc.c \ iso14443crc.c \