From a542b04e047ed9dc2ca83e1f5bde082e13436b78 Mon Sep 17 00:00:00 2001 From: Fernando Lopez Jr Date: Sun, 7 Jan 2018 23:36:55 -0600 Subject: python/crcmod: Added (python CRC Generator) Signed-off-by: Robby Workman --- python/crcmod/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/crcmod/README (limited to 'python/crcmod/README') 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. -- cgit v1.2.3