]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/crc16.h
CHG: 'hf iclass decrypt' - adjusted the loops, to only decrypt Application 1. ...
[proxmark3-svn] / common / crc16.h
index 254e7fdf759a7231f51ebc2a10af1674a7cd395e..3db2cd798b0e28a6f5085e91db3546a2d3c00677 100644 (file)
@@ -5,12 +5,14 @@
 //-----------------------------------------------------------------------------
 // CRC16
 //-----------------------------------------------------------------------------
-#include <stdint.h>
-
 #ifndef __CRC16_H
 #define __CRC16_H
+
+#include <stdint.h>
+#include "util.h"
+
 unsigned short update_crc16(unsigned short crc, unsigned char c);
 uint16_t crc16(uint8_t const *message, int length, uint16_t remainder, uint16_t polynomial);
 uint16_t crc16_ccitt(uint8_t const *message, int length);
-uint16_t crc16_ccitt_rev(uint8_t const *message, int length);
+uint16_t crc16_ccitt_kermit(uint8_t const *message, int length);
 #endif
Impressum, Datenschutz