]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/crc.h
FIX: @marshmellow found out that the CRC-8/Maxim was not always giving the right...
[proxmark3-svn] / common / crc.h
index eb91196bdf7beb944ca9b540981fcf8685fc8b23..8c152fa2b6141e971be5b3089d319c57c4b70a54 100644 (file)
@@ -38,7 +38,7 @@ extern void crc_clear(crc_t *crc);
 extern uint32_t crc_finish(crc_t *crc);
 
 // Calculate CRC-8/Maxim checksum
-int CRC8Maxim(uint8_t *buff, size_t size  );
+uint32_t CRC8Maxim(uint8_t *buff, size_t size  );
 
 /* Static initialization of a crc structure */
 #define CRC_INITIALIZER(_order, _polynom, _initial_value, _final_xor) { \
Impressum, Datenschutz