[ 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
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.15)
- dep: python3 (>= 3.13~)
-
- dep: python3-bitarray
- Python3 module for efficient boolean array handling
