Struct p25::data::crc::CRC9Params
[−]
[src]
pub struct CRC9Params;
Params for 9-bit CRC.
Trait Implementations
impl CRCParams for CRC9Params[src]
fn gen() -> u64[src]
Generator polynomial, with the MSB being the coefficient of highest degree.
fn inv() -> u64[src]
Inversion polynomial, with the MSB being the coefficient of highest degree.
fn shift() -> usize[src]
Amount to left-shift the message (multiply by xi) before division.
fn validate()[src]
Verify the parameters are well-formed.