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

pub struct CRC9Params;

Params for 9-bit CRC.

Trait Implementations

impl CRCParams for CRC9Params
[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.