slackbuilds/python/crcmod
Fernando Lopez Jr a542b04e04 python/crcmod: Added (python CRC Generator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2018-01-10 23:55:55 +07:00
..
README python/crcmod: Added (python CRC Generator) 2018-01-10 23:55:55 +07:00
crcmod.SlackBuild python/crcmod: Added (python CRC Generator) 2018-01-10 23:55:55 +07:00
crcmod.info python/crcmod: Added (python CRC Generator) 2018-01-10 23:55:55 +07:00
slack-desc python/crcmod: Added (python CRC Generator) 2018-01-10 23:55:55 +07:00

README

crcmod is a Python module for generating objects that compute the
Cyclic Redundancy Check (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 and sha modules from the Python standard library.