Skip to content

Releases: GardenTools/CrcEngine

v0.4.0

16 Apr 21:00
Compare
Choose a tag to compare
  • 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

26 Jun 19:13
Compare
Choose a tag to compare
v0.3.3

Update change history