Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

CRC16CCITT fixes

Compare
Choose a tag to compare
@rr- rr- released this 19 Jun 20:30
· 77 commits to master since this release

Although it's currently unavailable for user usage, CRC16CCITT was broken in two ways:

  1. Since the C++11 refactors, patching stopped working altogether
  2. The parameters were wrong (it didn't swap the checksum when it should)