Closed manchoz closed 3 years ago
Good find! - seems that the same error is in the CRC32 and CRC64 classes too.
The classes are not (unit) tested so there is some work todo here.
Working on it...
fix and unit test merged...
thanks again for finding!
@RobTillaart Thank you so much! Nice library, indeed.
Have to fix keywords.txt and then it is ready for new release.
0.1.2 released
This PR fixes an issue in the CRC16::_update method where a
uint16_t reverse(uint16_t)
function is used instead of the correctuint8_t reverse(uint8_t)
.Copied a
_reverse8()
method fromCRC.h
.