CRC32C hardware implementation in python is provided by the crc32c package.
The package supports partial checksums and should be easy to integrate.
Steps:
- move
int_to_hex and hex_to_int outside the Checksum class
- add implementation
src/xrdsum/checksums/crc32c.py
- add "crc32c" to
AVAILABLE_CHECKSUM_TYPES
CRC32C hardware implementation in python is provided by the
crc32cpackage.The package supports partial checksums and should be easy to integrate.
Steps:
int_to_hexandhex_to_intoutside the Checksum classsrc/xrdsum/checksums/crc32c.pyAVAILABLE_CHECKSUM_TYPES