summaryrefslogtreecommitdiff
path: root/python/crcmod/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/crcmod/README')
-rw-r--r--python/crcmod/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/crcmod/README b/python/crcmod/README
new file mode 100644
index 0000000000..a886bae9a0
--- /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.