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

pub struct CRC<P: CRCParams> { /* fields omitted */ }

CRC calculator using long division.

Methods

impl<P: CRCParams> CRC<P>
[src]

[src]

Construct a new CRC with empty output.

[src]

Feed in num LSBs of the given byte.

[src]

Feed in the given byte stream.

[src]

Finish the CRC calculation and return the resulting CRC.