]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/crc32.c
CHG: 'lf noralsy read' - new STT doesn't need so many bits.
[proxmark3-svn] / common / crc32.c
index 69d770f4afb382efecf1c6aeabe9bf8bfb7531e5..bdf7b230f8d8e6a2db73c65db2c22c5dee33fa3a 100644 (file)
@@ -1,11 +1,8 @@
-#include <stdint.h>
-#include <stddef.h>
 #include "crc32.h"
 
 #define htole32(x) (x)
 #define CRC32_PRESET 0xFFFFFFFF
 
-
 static void crc32_byte (uint32_t *crc, const uint8_t value);
 
 static void crc32_byte (uint32_t *crc, const uint8_t value) {
@@ -32,4 +29,4 @@ void crc32 (const uint8_t *data, const size_t len, uint8_t *crc) {
 
 void crc32_append (uint8_t *data, const size_t len) {
     crc32 (data, len, data + len);
-}
+}
\ No newline at end of file
Impressum, Datenschutz