From: iceman1001 Date: Mon, 14 Nov 2016 20:41:18 +0000 (+0100) Subject: FIX: 'LF PYRAMID' the crc8_MAXIM and crc16_DNP was calling the wrong crc method.... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/680433820190cca9441042cb835fb0d229f674a3?hp=680433820190cca9441042cb835fb0d229f674a3 FIX: 'LF PYRAMID' the crc8_MAXIM and crc16_DNP was calling the wrong crc method. (update2 is the older and correct version). This solves the pyrmid issue with wrong checksums calculated. Thanks to @rookieatall @marshmellow42 for pointing out the bug. ref: http://www.proxmark.org/forum/viewtopic.php?id=4006 ---