mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
a542b04e04
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
6 lines
288 B
Text
6 lines
288 B
Text
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.
|