CRC Generator

Python module for creating functions computing the Cyclic Redundancy Check (CRC)
Download

CRC Generator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Ray Buvel
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 32 KB

CRC Generator Tags


CRC Generator Description

Python module for creating functions computing the Cyclic Redundancy Check (CRC) CRC Generator is a free and open source Python module that allows you to create functions that efficiently compute the Cyclic Redundancy Check (CRC) using table lookup.Any generating polynomial producing 8, 16, 24, 32, or 64 bit CRCs is allowed. Generated functions can be used in Python or C/C++ source code can be generated.NOTE: CRC Generator is licensed and distributed under the terms of the MIT License. Here are some key features of "CRC Generator": · Create Python functions for computing the CRC. If the optional extension module is installed, the calculations are preformed using fast C code. · Create instances of the Crc class that support the interface used by the md5 and sha modules in the Python standard library. · Generate C/C++ code that can be incorporated in another project. · Any generator polynomial producing 8, 16, 24, 32, or 64 bit CRCs is allowed. · Forward and bit-reverse algorithms are supported. Requirements: · Python


CRC Generator Related Software