Skip to main content

CRC_16_GSM

Constant CRC_16_GSM 

Source
pub const CRC_16_GSM: Algorithm<u16>;
Expand description

ยงCRC-16/GSM

  • width: 16 bits
  • poly: 0x1021 (reversed: 0x8408)
  • init: 0x0
  • refin: false
  • refout: false
  • xorout: 0xffff
  • check: 0xce3c
  • residue: 0x1d0f