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.7.1-3.fc42 | - |
Fedora 42 | 2.7.1-3.fc42 | - |
Fedora 41 | 2.7.1-2.fc41 | 2.7.post1-3.fc41 |
Fedora 40 | 2.7.1-2.fc40 | - |
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
.