From: Thomas P. <te...@gm...> - 2014-12-04 22:15:58
|
Version 0.8.2 is a minor bugfix release. - Removed warning about even polynomials. - Updated the generated code to cope with big Widths (>32 bits) on 32 bit processors. - The table-driven code for polynomials of width < 8 using a table index width less than 8 was producing a wrong checksum. - Updated the the documentation. About pycrc: =========== pycrc is an easy to use CRC calculator and source code generator. The generated C source code can be optimized for simplicity, speed or tight memory constraints for embedded platforms. pycrc contains a long list of the parameters of common CRC models. License: MIT Homepage: http://www.tty1.net/pycrc/ http://sourceforge.net/projects/pycrc/ Download: http://sourceforge.net/projects/pycrc/files/ Git source: http://github.com/tpircher/pycrc/ Mailing list: https://lists.sourceforge.net/lists/listinfo/pycrc-users |