crc32c: Cyclic Redundancy Check with Hardware Support
Description
The crc32c implementation with hardware support via SSE2 instructions
on ‘x86_64’ platforms as well as on ‘arm64’ is provided by using
the code from the repository at https://github.com/google/crc32c.
Usage
crc32c(x)
Value
A character vector of the same length as the incoming vector, with a
crc43c checksum in hexadecimal as a character value of length eight in each
element.