diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2018-01-07 23:36:55 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-10 23:55:55 +0700 |
commit | a542b04e047ed9dc2ca83e1f5bde082e13436b78 (patch) | |
tree | 8fc32bc46d6a97d0e7317c8c9f639fec7c87d302 /python/crcmod/README | |
parent | 123c24a1c88dc75d96582cd6d6c59c2a38fe4752 (diff) |
python/crcmod: Added (python CRC Generator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/crcmod/README')
-rw-r--r-- | python/crcmod/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/crcmod/README b/python/crcmod/README new file mode 100644 index 0000000000000..a886bae9a016d --- /dev/null +++ b/python/crcmod/README @@ -0,0 +1,6 @@ +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. |