A python package implementing the crc32c algorithm in hardware and software
This package implements the crc32c checksum algorithm. It automatically chooses between a hardware-based implementation (using theCRC32C SSE 4.2 instruction of Intel CPUs, and the crc32* instructions on ARMv8 CPUs), or a software-based one when no hardware support can be found.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 2.8-2.fc44 | - |
| Fedora 43 | 2.8-2.fc43 | 2.7.1-8.fc43 |
| Fedora 42 | 2.8-2.fc42 | - |
| Fedora 41 | 2.7.1-2.fc41 | 2.7.post1-3.fc41 |
| Fedora EPEL 10.2 | 2.8-2.el10_2 | - |
| Fedora EPEL 10.1 | 2.7.1-3.el10_1 | - |
You can contact the maintainers of this package via email at
python-crc32c dash maintainers at fedoraproject dot org.