#include <FastCRC.h>
Public Member Functions | |
uint32_t | crc32_calc (const uint8_t *data, uint16_t len) |
FastCRC32 (uint32_t seed) | |
Private Attributes | |
uint32_t | seed_ |
FastCRC32::FastCRC32 | ( | uint32_t | seed | ) |
Constructor
Definition at line 85 of file FastCRCsw.cpp.
Definition at line 111 of file FastCRCsw.cpp.