This repository has been archived by the owner on Jan 30, 2021. It is now read-only.
CRC16CCITT fixes
Although it's currently unavailable for user usage, CRC16CCITT was broken in two ways:
- Since the C++11 refactors, patching stopped working altogether
- The parameters were wrong (it didn't swap the checksum when it should)