crc32c
A python package exposing the Intel SSE4.2 CRC32C instruction
A python package exposing the Intel SSE4.2 CRC32C instruction
To install this package, run one of the following:
This package implements the crc32c checksum algorithm. It automatically chooses between a hardware-based implementation (using the CRC32C 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.
Summary
A python package exposing the Intel SSE4.2 CRC32C instruction
Last Updated
Sep 8, 2025 at 14:37
License
LGPL-2.1-or-later
Total Downloads
8
GitHub Repository
https://github.com/ICRAR/crc32cDocumentation
https://github.com/ICRAR/crc32c/blob/master/README.rst