#include <stdint.h>


Go to the source code of this file.
Defines | |
| #define | NMXP_CRC32_H 1 |
| #define | POLYNOMIAL (uint32_t)0xedb88320 |
Functions | |
| uint32_t | crc32 (uint32_t crc32val, const char *buf, uint32_t len) |
| Computes a 32 bit crc of the data in the buffer, and returns the crc. the polynomial used is 0xedb88320. | |
| #define NMXP_CRC32_H 1 |
| #define POLYNOMIAL (uint32_t)0xedb88320 |
| uint32_t crc32 | ( | uint32_t | crc32val, | |
| const char * | buf, | |||
| uint32_t | len | |||
| ) |
Computes a 32 bit crc of the data in the buffer, and returns the crc. the polynomial used is 0xedb88320.
1.5.3