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
Mar 31, 2025 at 21:10
License
LGPL-2.1-or-later
Total Downloads
0
Version Downloads
0
Supported Platforms
GitHub Repository
https://github.com/ICRAR/crc32cDocumentation
https://github.com/ICRAR/crc32c/blob/master/README.rst