Skip to main content

CRC_8_GSM_B

Constant CRC_8_GSM_B 

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

ยงCRC-8/GSM-B

  • width: 8 bits
  • poly: 0x49 (reversed: 0x92)
  • init: 0x0
  • refin: false
  • refout: false
  • xorout: 0xff
  • check: 0x94
  • residue: 0x53