#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
uint32_t | crcFast (uint8_t const message[], int nBytes, bool isMirrored) |
uint8_t | reflect (uint8_t data, unsigned char nBits) |
uint32_t crcFast | ( | uint8_t const | message[], |
int | nBytes, | ||
bool | isMirrored | ||
) |