CRC16
Forks of CRC16
A fork is a repository which is based on a copy of this repository.
Implementation of CRC16 using polynomial 0x8005 - (X^16 X^15 X^2 1). Blu.
check;,
CRC,
CRC16;,
Cyclic,
redundancy
Implementation of CRC16 using polynomial 0x8005 = X^16 + X^15 + X^2 + 1
CRC,
CRC16,
CRC16-ANSI,
CRC16-IBM