The software in this package is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC). There is no attempt in this package to explain how the CRC works. There are a number of resources on the web that give a good explanation of the algorithms. Just do a Google search for "crc calculation" and browse till you find what you need. Another resource can be found in chapter 20 of the book "Numerical Recipes in C" by Press et. al.
This package allows the use of any 8, 16, 24, 32, or 64 bit CRC. You can generate a Python function for the selected polynomial or an instance of the Crc class which provides the same interface as the
md5
andsha
modules from the Python standard library. ACrc
class instance can also generate C/C++ source code that can be used in another application.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
1.7-bp153.1.13 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
1.7-bp152.3.15 info | GA Release | 2020-04-16 | 15 SP2 |
|
|
1.7-bp151.3.1 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
1.7-bp151.2.12 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
1.7-bp150.2.3 info | GA Release | 2018-07-30 | 15 |
|
|