[ forky ]
[ sid ]
[ 源代码: python-anycrc ]
软件包:python3-anycrc(1.3.6-2)
general CRC Library
Anycrc provides a fast, native Cyclic Redundancy Check (CRC) implementation for Python by wrapping the crcany C library via Cython. Unlike slower pure-Python CRC modules or CRC libraries limited to fixed CRC variants, anycrc supports computing CRCs with arbitrary parameters (width, polynomial, initial value, bit reflections, and final XOR), and can update a CRC incrementally over a data stream. It also includes out-of-the-box models for many standard CRC definitions.
其他与 python3-anycrc 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.27) [riscv64]
- dep: libc6 (>= 2.32) [ppc64el]
- dep: libc6 (>= 2.4) [armhf, i386, s390x]
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.15)
- dep: python3 (>= 3.13~)
-
- dep: python3-bitarray
- Python3 module for efficient boolean array handling
