Package: crc32c Type: Package Title: Cyclic Redundancy Check with CPU-Specific Acceleration Version: 0.0.3 Date: 2025-03-25 Authors@R: c(person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person(given = "The CRC32C Authors", role = "aut", comment = "See file src/crc32c/AUTHORS")) Description: Hardware-based support for 'CRC32C' cyclic redundancy checksum function is made available for 'x86_64' systems with 'SSE2' support as well as for 'arm64', and detected at build-time via 'cmake' with a software-based fallback. This functionality is exported at the 'C'-language level for use by other packages. 'CRC32C' is described in 'RFC 3270' at and is based on 'Castagnoli et al' . URL: https://github.com/google/crc32c, https://github.com/eddelbuettel/crc32c BugReports: https://github.com/eddelbuettel/crc32c/issues License: GPL (>= 2) LinkingTo: tidyCpp SystemRequirements: cmake Encoding: UTF-8 RoxygenNote: 6.0.1 Config/pak/sysreqs: cmake Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2025-11-27 22:03:43 UTC RemoteUrl: https://github.com/eddelbuettel/crc32c RemoteRef: HEAD RemoteSha: 93f78f93ceb1512800267012de2756683c3d8a49 NeedsCompilation: yes Packaged: 2026-06-23 17:40:19 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), The CRC32C Authors [aut] (See file src/crc32c/AUTHORS) Maintainer: Dirk Eddelbuettel