Struct p25::data::crc::CRC32Params
[−]
[src]
pub struct CRC32Params;
Params for 32-bit CRC.
Trait Implementations
impl CRCParams for CRC32Params
[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.