|
libosmocore
0.9.6.241-b6c8
Osmocom core library
|
structure describing a given CRC code of max 64 bits More...
#include <crc64gen.h>
Data Fields | |
| int | bits |
| Actual number of bits of the CRC. | |
| uint64_t | poly |
| Polynom (normal representation, MSB omitted. | |
| uint64_t | init |
| Initialization value of the CRC state. | |
| uint64_t | remainder |
| Remainder of the CRC (final XOR) | |
structure describing a given CRC code of max 64 bits