CrcEngine

A Python CRC library for calculation and C-code generation

GPL-3.0 License

Downloads
41.8K
Stars
8
Committers
3

Bot releases are hidden (Show)

CrcEngine - v0.4.0 Latest Release

Published by GardenTools over 1 year ago

  • 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.
CrcEngine - Fix for bug #325

Published by GardenTools over 2 years ago