Package: fletcher Type: Package Title: Compute Fletcher Checksums (16, 32, and 64 Bit) Version: 0.1.0 Authors@R: person("Christos", "Longros", email = "chris.longros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0001-2717-0857")) Description: Computes Fletcher's position-dependent checksum in 16-, 32-, and 64-bit widths. Fletcher's checksum, devised by John G. Fletcher, provides error-detection properties approaching a cyclic redundancy check at lower computational cost. Input is processed as little-endian words with the final partial word zero-padded, so results are reproducible across platforms. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/chrislongros/fletcher BugReports: https://github.com/chrislongros/fletcher/issues Suggests: tinytest NeedsCompilation: yes RoxygenNote: 7.3.2 Repository: https://chrislongros.r-universe.dev Date/Publication: 2026-07-06 21:25:47 UTC RemoteUrl: https://github.com/chrislongros/fletcher RemoteRef: HEAD RemoteSha: 2339f7e281c89bc93fb292b7d2dcf93c9757aea8 Packaged: 2026-07-15 18:56:28 UTC; root Author: Christos Longros [aut, cre] (ORCID: ) Maintainer: Christos Longros