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 <https://datatracker.ietf.org/doc/html/rfc3720>
  and is based on 'Castagnoli et al' <doi:10.1109/26.231911>.
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
NeedsCompilation: yes
Packaged: 2025-03-25 14:04:53 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>),
  The CRC32C Authors [aut] (See file src/crc32c/AUTHORS)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2025-03-25 18:30:05 UTC
Built: R 4.3.3; aarch64-apple-darwin20; 2025-03-25 19:52:20 UTC; unix
Archs: crc32c.so.dSYM
