simple CRC32 implementation More...
#include <min.h>
Public Member Functions | |
| void | init () |
| reinitialize state | |
| void | step (uint8_t byte) |
| calculate step with given byte | |
| uint32_t | finalize () |
| get final CRC32 value | |
Public Attributes | |
| uint32_t | checksum {0xffffffff} |
| state | |
simple CRC32 implementation