Skip to main content

CRC_8_ROHC

Constant CRC_8_ROHC 

Source
pub const CRC_8_ROHC: Algorithm<u8>;
Expand description

ยงCRC-8/ROHC

  • width: 8 bits
  • poly: 0x7 (reversed: 0xe0)
  • init: 0xff
  • refin: true
  • refout: true
  • xorout: 0x0
  • check: 0xd0
  • residue: 0x0