slackbuilds/python/crcmod
B. Watson e3bd5e42cd
python/crcmod: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2020-01-12 08:47:37 +07:00
..
README
crcmod.SlackBuild
crcmod.info
slack-desc python/crcmod: Fix slack-desc. 2020-01-12 08:47:37 +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.