Struct p25::data::crc::CRC32Params [] [src]

pub struct CRC32Params;

Params for 32-bit CRC.

Trait Implementations

impl CRCParams for CRC32Params
[src]

[src]

Generator polynomial, with the MSB being the coefficient of highest degree.

[src]

Inversion polynomial, with the MSB being the coefficient of highest degree.

[src]

Amount to left-shift the message (multiply by xi) before division.

[src]

Verify the parameters are well-formed.