slackbuilds_ponce/python/crcmod
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
crcmod.info
crcmod.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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.