libscrc is a library for calculating CRC3 CRC4 CRC5 CRC6 CRC7 CRC8 CRC10 CRC11 CRC12 CRC15 CRC16 CRC24 CRC30 CRC31 CRC32 CRC64 CRC82
GNU General Public License v3.0
49
stars
13
forks
source link
Update _crc16module.c #12
Closed
Tobi823 closed 1 year ago
Thanks for your hard work. Your library helped me a lot and it much faster than my own C code :)
I spot a small error in the documentation for CRC-16/DNP.
According to this https://reveng.sourceforge.io/crc-catalogue/16.htm it should be Refin=True Refout=True. And it seems that libscrc.dnp already uses refin and refout.