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"))
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
Packaged: 2026-07-06 14:22:29 UTC; chris
Author: Christos Longros [aut, cre]
Maintainer: Christos Longros <chris.longros@gmail.com>
Repository: CRAN
Date/Publication: 2026-07-15 17:50:13 UTC
Built: R 4.5.2; aarch64-apple-darwin20; 2026-07-15 17:59:35 UTC; unix
Archs: fletcher.so.dSYM
