aboutsummaryrefslogtreecommitdiff
path: root/misc/py-python-crc/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-python-crc/pkg-descr')
-rw-r--r--misc/py-python-crc/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/py-python-crc/pkg-descr b/misc/py-python-crc/pkg-descr
new file mode 100644
index 000000000000..14420c7d70a1
--- /dev/null
+++ b/misc/py-python-crc/pkg-descr
@@ -0,0 +1,12 @@
+Pure Python CRC library.
+
+Calculate CRC checksums, verify CRC checksum, predefined CRC configurations,
+and custom CRC configurations.
+
+Features:
+* Calculate CRC8, CRC16, CRC32, and CRC64 checksums
+* Verify CRC checksums
+* Pre-defined configurations for common CRC algorithms (CCITT, XMODEM, etc.)
+* Custom configurations support
+* Optimized table-based calculations for speed
+* Command-line interface for CRC calculations