lammertb / libcrc

Multi platform CRC library
MIT License
576 stars 247 forks source link

CRC-16 CRC-CCITT (Kermit) differente return values #25

Open fgarbin opened 1 year ago

fgarbin commented 1 year ago

Hi @lammertb,

I am using your lib and I got found different values for CRC-16 CRC-CCITT (Kermit) algorithm. On your calcutation site (https://www.lammertbies.nl/comm/info/crc-calculation) for the value 123456789 I got 0x8921

In other way at site (https://crccalc.com/) for same valeu and algorithm got 0x2189

Is there any way to get the same value ?

Thanks