Releases: GardenTools/CrcEngine
Releases · GardenTools/CrcEngine
v0.4.0
- Feature: Introduction of CrcParams type to parametrize CRC implementation functions.
- Feature: Addition of "window" CRC calculation accepting bit start and end positions
- Bugfix: Fix CRC polynomials under 8 bits wide resulting in an invalid shift and resulting Exception
- Deprecation: passing separate polynomial with and seed is deprecated, passing CrcParams should be used instead.
- Switch to using poetry for packaging instead of setuptools.
Fix for bug #325
v0.3.3 Update change history