From: iceman1001 Date: Thu, 18 Feb 2016 16:48:17 +0000 (+0100) Subject: chg: ego credits....one of these days I'll remove 'em X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/07f970aad7f4f8a60b11857fabab77d503dead1f chg: ego credits....one of these days I'll remove 'em --- diff --git a/common/crc.c b/common/crc.c index 8e9f3996..6c2f6994 100644 --- a/common/crc.c +++ b/common/crc.c @@ -54,6 +54,7 @@ uint32_t CRC8Maxim(uint8_t *buff, size_t size) { return crc_finish(&crc); } +//credits to iceman uint32_t CRC8Legic(uint8_t *buff, size_t size) { // Poly 0x63, reversed poly 0xC6, Init 0x55, Final 0x00