|
API Reference Manual
1.48.0
|
CRC parameters. More...
#include <hash.h>
Data Fields | |
| uint32_t | width |
| CRC width in bits. | |
| uint64_t | poly |
| Polynomial (stored in 'width' LSB bits) | |
| odp_bool_t | reflect_in |
| 0: don't reflect, 1: reflect bits in input bytes | |
| odp_bool_t | reflect_out |
| 0: don't reflect, 1: reflect bits in output bytes | |
| uint64_t | xor_out |
| XOR this value to CRC output (stored in 'width' LSB bits) | |