From: Thomas P. <te...@gm...> - 2013-05-17 21:01:02
|
Version 0.8.1 is a bugfix release. - Remove obsolete and unused 'direct' parameter. Thanks to Matthias Urlichs. - Don't recurse into main() when an unknown algorithm is selected. Thanks to Matthias Urlichs. - Fixed a bug in the handling of hexstrings in Python3. Thanks to Matthias Kuehlewein. - The input to the CRC routines can now be bytes or strings. - Re-organised the symbol table. - Updated qm.py from https://github.com/tpircher/quine-mccluskey. 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 |